Format: AllC/C++CSSTextshell script Advanced Search
203: 204: #define htons(x) __swap16(x) 205: #define htonl(x) __swap32(x) 206: #define ntohs(x) __swap16(x) 207: #define ntohl(x) __swap32(x)