Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/osdefs.h File Reference

header regarding os definitions More...

Go to the source code of this file.

Defines

#define BIG_ENDIAN   4321
#define LITTLE_ENDIAN   1234
#define BYTE_ORDER   LITTLE_ENDIAN


Detailed Description

header regarding os definitions

Author:
ITB CompuPhase <info@compuphase.com>
Note:
Copyright 1998-2000, ITB CompuPhase, The Netherlands.
2003/03/10 Added doxygen documentation - Akron
Every compiler uses different "default" macros to indicate the mode it is in. Throughout the source, we use the Borland C++ macros, so the macros of Watcom C/C++ and Microsoft Visual C/C++ are mapped to those of Borland C++.


Define Documentation

#define BIG_ENDIAN   4321
 

#define BYTE_ORDER   LITTLE_ENDIAN
 

#define LITTLE_ENDIAN   1234
 

SourceForge.net Logo