@@ -1,6 +1,9 @@
#ifndef MAIN_H_
#define MAIN_H_
int _printf(const char *format, ...);
int _contains(char *str);
int _strlen(char *str);
char *_strrev(char *str);
#endif
The note is not visible to the blocked user.