GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
mhd_byteorder.h File Reference

macro definitions for host byte order More...

#include "mhd_options.h"
#include <stdint.h>
Include dependency graph for mhd_byteorder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Detailed Description

macro definitions for host byte order

Author
Karlson2k (Evgeny Grin)

Definition in file mhd_byteorder.h.

Macro Definition Documentation

◆ _MHD_BIG_ENDIAN

#define _MHD_BIG_ENDIAN   1234

Definition at line 69 of file mhd_byteorder.h.

◆ _MHD_LITTLE_ENDIAN

#define _MHD_LITTLE_ENDIAN   4321

Definition at line 70 of file mhd_byteorder.h.

◆ _MHD_PDP_ENDIAN

#define _MHD_PDP_ENDIAN   2143

Definition at line 71 of file mhd_byteorder.h.