This is m-i80386.h in view mode; [Download] [Up]
/************** Machine (and compiler) dependent definitions. ************** * * This file is for 80386 based UNIX/XENIX systems. */ /* MACHINE TYPE DEFINED TYPE VALUE RANGE */ typedef unsigned char int8; /* 0 .. 255 */ typedef short int16; /* -10,000 .. 10,000 */ typedef long int32; /* -100,000 .. 100,000 */ typedef unsigned long uint32; /* 0 .. 2^31-1 */ #ifdef NETWORK_DATABASE #undef NETWORK_BYTE_ORDER /* THEY ARE NOT */ /* YOU LOSE -- I DON'T KNOW HOW TO DO THIS ON 80386 BASED SYSTEMS! */ #define htonl(l) ... /* host long to network long */ #define ntohl(l) ... /* network long to host long */ #endif /* NETWORK DATABASE */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.