gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__swap32 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/endian.h - 9.5KB - 251 lines
204: #define htons(x) __swap16(x)
205: #define htonl(x) __swap32(x)
206: #define ntohs(x) __swap16(x)
207: #define ntohl(x) __swap32(x)
208: