lawd help meh

This commit is contained in:
2023-08-20 15:38:49 +03:00
parent 1c607342b4
commit 64070c8152
4 changed files with 59 additions and 12 deletions

2
main.h
View File

@@ -2,7 +2,7 @@
#define MAIN_H_
int _printf(const char *format, ...);
int _contains(const char *str, char c);
int _strlen(char *str);
int _strlen(const char *str);
#endif