gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:HTOBE16 (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
161: 
162: #define HTOBE16(x)      (void) (x)
163: #define HTOBE32(x)      (void) (x)
177: 178: #define HTOBE16(x) (x) = bswap16((uint16_t)(x)) 179: #define HTOBE32(x) (x) = bswap32((uint32_t)(x))