1 2 3 4 5 6
#ifndef MY_STRSTR_H #define MY_STRSTR_H int my_strstr(const char *haystack, const char *needle); #endif /* ! MY_STRSTR_H */