This is curtime.h in view mode; [Download] [Up]
#ifdef TYPES_H #include <sys/types.h> #endif /* TYPES_H */ #ifdef BSD #include <sys/time.h> extern time_t time(); #else /* BSD */ #include <time.h> #endif /* BSD */ /* Mac time of 00:00:00 GMT, Jan 1, 1970 */ #define TIMEDIFF 0x7c25b080
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.