@@ -5,7 +5,8 @@ int _contains(const char *str, char c);
int_strlen(constchar*str);
char*_strcpy(char*dest,char*src);
char*append(char*str,charc);
void_puts(char*str);
int_puts(char*str);
int_putchar(charc);
char*_memset(char*str,intbval);
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.