1 2 3 4
#ifndef STRCASESTR_H #define STRCASESTR_H char *strcasestr(const char *s, const char *find); #endif