void f() { char *theCp; theCp = strstr("TEST",(const char *)'S'); printf("[%s]\n",theCp); }