This is strings.h in view mode; [Download] [Up]
/* ** strings.h -- Local strings routines. */ #ifdef NOSTRINGS char *strdup(/* char *p */); int strncasecmp(/* char *p, *q; int n */); char *strtok(/* char *input, *separators */); char *strstr(/* char *string, *substr */); #endif /* $Header: /team/davecb/Tools/n2m/src/RCS/strings.h,v 1.1 1992/08/25 20:16:20 davecb Exp $ */ /* * $Log: strings.h,v $ * Revision 1.1 1992/08/25 20:16:20 davecb * Initial revision * * Revision 1.1 1992/06/09 16:11:33 davecb * Initial revision * * */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.