SENF Extensible Network Framework
Go to the documentation of this file. 14 # include <senf/autoconf.hh> 16 # ifdef BYTEORDER_LITTLE_ENDIAN 18 # define le16toh(x) (x) 21 # define le32toh(x) (x) 24 # if !defined(HAVE_LE16TOH) || !defined(HAVE_LE32TOH) 25 # include <byteswap.h> 28 # define le16toh(x) bswap_16(x) 31 # define le32toh(x) bswap_32(x)