gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:HTOBE64 (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
195: #define BE32TOH(x)      HTOBE32(x)
196: #define BE64TOH(x)      HTOBE64(x)
197: #define LE16TOH(x)      HTOLE16(x)