#include <string.h>
Go to the source code of this file.
Defines | |
| #define | MAXCHRS 256 |
Functions | |
| char * | strnstrn (const char *string, size_t lenstr, const char *substr, size_t lensub) |
Variables | |
| static char | USMID [] = "@(#)libc/gen/strnstrn.c 92.0 11/09/95 09:35:04" |
| #define MAXCHRS 256 |
Definition at line 40 of file strnstrn.c.
Definition at line 60 of file strnstrn.c.
References NULL.
Referenced by _INDEX(), open_arith_file(), and open_intrinsics_file().
char USMID[] = "@(#)libc/gen/strnstrn.c 92.0 11/09/95 09:35:04" [static] |
Definition at line 1 of file strnstrn.c.
1.7.1