brain dying pls

This commit is contained in:
2023-08-22 13:26:33 +03:00
parent f08b2ca361
commit a36de7eac1
4 changed files with 50 additions and 13 deletions

1
main.h
View File

@@ -6,5 +6,6 @@ int _strlen(const char *str);
char *_strcpy(char *dest, char *src);
char *append(char *str, char c);
void _puts(char *str);
char* _memset(char *str, int bval);
#endif