#define _GNU_SOURCE #include int main() { char *found; const char *haystack, *needle; found = strcasestr(haystack, needle); }