char *strstr( const char *anchor, const char *testpattern )
- prototype in string.h - returns a pointer within anchor where testpattern is found, or NULL if testpattern is not found in anchor - may be incompatible with Microsoft C
- prototype in string.h - returns a pointer within anchor where testpattern is found, or NULL if testpattern is not found in anchor - may be incompatible with Microsoft C