Deprecito

This commit is contained in:
2023-08-21 13:47:47 +03:00
parent bc32277deb
commit f316833e4c
3 changed files with 18 additions and 2 deletions

2
main.h
View File

@@ -4,6 +4,6 @@ int _printf(const char *format, ...);
int _contains(const char *str, char c);
int _strlen(const char *str);
char *_strcpy(char *dest, char *src);
void append(char *str, char c);
#endif