GNU libmicrohttpd  0.9.62
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
mhd_byteorder.h File Reference
#include "platform.h"
Include dependency graph for mhd_byteorder.h:

Go to the source code of this file.

Macros

#define _MHD_BIG_ENDIAN   1234
 
#define _MHD_LITTLE_ENDIAN   4321
 
#define _MHD_PDP_ENDIAN   2143
 

Macro Definition Documentation

#define _MHD_BIG_ENDIAN   1234

Definition at line 67 of file mhd_byteorder.h.

#define _MHD_LITTLE_ENDIAN   4321

Definition at line 68 of file mhd_byteorder.h.

#define _MHD_PDP_ENDIAN   2143

Definition at line 69 of file mhd_byteorder.h.