gwenhywfar
5.11.1beta
|
Go to the source code of this file.
Macros | |
#define | GWEN_ENDIAN_HTOLE16(x) htole16(x) |
#define | GWEN_ENDIAN_HTOLE32(x) htole32(x) |
#define | GWEN_ENDIAN_HTOLE64(x) htole64(x) |
#define | GWEN_ENDIAN_LE16TOH(x) le16toh(x) |
#define | GWEN_ENDIAN_LE32TOH(x) le32toh(x) |
#define | GWEN_ENDIAN_LE64TOH(x) le64toh(x) |
#define GWEN_ENDIAN_HTOLE16 | ( | x | ) | htole16(x) |
Definition at line 46 of file endianfns.h.
#define GWEN_ENDIAN_HTOLE32 | ( | x | ) | htole32(x) |
Definition at line 49 of file endianfns.h.
#define GWEN_ENDIAN_HTOLE64 | ( | x | ) | htole64(x) |
Definition at line 52 of file endianfns.h.
#define GWEN_ENDIAN_LE16TOH | ( | x | ) | le16toh(x) |
Definition at line 45 of file endianfns.h.
#define GWEN_ENDIAN_LE32TOH | ( | x | ) | le32toh(x) |
Definition at line 48 of file endianfns.h.
#define GWEN_ENDIAN_LE64TOH | ( | x | ) | le64toh(x) |
Definition at line 51 of file endianfns.h.