Copyright Digital Equipment Corp. All rights reserved.

strstr

   Locates the first occurrence in the string pointed to by s1 of
   the sequence of characters in the string pointed to by s2.

   Format

     #include  <string.h>

     char *strstr  (const char *s1, const char *s2);
 


Additional information available:

Function_Variants               Arguments       Return_Values   Example