HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

         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

Esc or Alt-X to exit strstr Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann