1 #pragma once 2 3 /* Windows is always little endian. */ 4 #define htonl __builtin_bswap32 5 #define ntohl __builtin_bswap32 6