#include <string.h> char *strcasestr(const char *haystack, const char *needle);
Similar to strstr but this function ignores the case of both strings.