Holiday cheer from the SCO Group
Holiday cheer from the SCO Group
Posted Jan 6, 2004 8:59 UTC (Tue) by jrrk (guest, #18467)Parent article: Holiday cheer from the SCO Group
/* error number .H version 2.8.x */
/* how about this version - to be sure to break K&R compilers */
#ifdef __STDC__
enum {ENOERR,EPERM,ENOENT,ESRCH,EINTR, <etc.> };
#else
#error "Be sure to compile with ansi-C for maximum political correctness */
#endif
