This is mixerr.h in view mode; [Download] [Up]
/* * mixerr.h: for MIX11 error codes */ #define MX_NOERR 0 #define MX_FEXIST 1 #define MX_FNAME 2 #define MX_EMEM 3 #define MX_NERR 4 /* Number of standard error codes */ extern mixerr; extern char *mix_errlist[];
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.