gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:htobe16 from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
154: 
155: #define htobe16(x)      (x)
156: #define htobe32(x)      (x)
170: 171: #define htobe16(x) bswap16((uint16_t)(x)) 172: #define htobe32(x) bswap32((uint32_t)(x))