#ifndef STRNSTR_H_ #define STRNSTR_H_ char * strnstr(const char *s, const char *find, size_t slen); #endif