#include int main(void) { const char *big = "BigString"; char *cp = strcasestr(big, "Gst"); return(big + 2 != cp); }