Help for this page

Select Code to Download


  1. or download this
        char (*pfnStringSearch)(const char *, const char *);
        ...
    ...
    
        char *strstr(const char *haystack, const char *needle);
        char *strcasestr(const char *haystack, const char *needle);