This is n2m.h in view mode; [Download] [Up]
/* * n2m.h -- Sizing and return-code defines, etc. */ #define YES 1 #define NO 0 #define ERR (-1) #define MAXLINE (1024*2) /* A pretty large buffer, but not outrageous. */ #ifndef _POSIX_ARG_MAX #define MAXARGS 4096 #else #define MAXARGS _POSIX_ARG_MAX #endif #ifdef lint extern char *sprintf(); /* Ah yes, backward compatability with errors... */ extern void exit(); #endif /* $Header: /team/davecb/Tools/n2m/src/RCS/n2m.h,v 1.1 1992/08/22 22:16:30 davecb Exp $ */ /* * $Log: n2m.h,v $ * Revision 1.1 1992/08/22 22:16:30 davecb * Initial revision * * Revision 1.1 1992/06/09 16:11:23 davecb * Initial revision * * */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.