source: trunk/src/gcc/libiberty/strstr.c@ 1467

Last change on this file since 1467 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 997 bytes
Line 
1/* Simple implementation of strstr for systems without it.
2 This function is in the public domain. */
3
4/*
5
6@deftypefn Supplemental char* strstr (const char *@var{string}, const char *@var{sub})