GNU libmicrohttpd  0.9.72
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

◆ _MHD_BIG_ENDIAN

#define _MHD_BIG_ENDIAN   1234

Definition at line 67 of file mhd_byteorder.h.

◆ _MHD_LITTLE_ENDIAN

#define _MHD_LITTLE_ENDIAN   4321

Definition at line 68 of file mhd_byteorder.h.

◆ _MHD_PDP_ENDIAN

#define _MHD_PDP_ENDIAN   2143

Definition at line 69 of file mhd_byteorder.h.