@@ -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
The note is not visible to the blocked user.