htonl、ntohl、htons、ntohs函数实现

typedef unsigned short int uint16;网络 typedef unsigned long int uint32;函数   // 短整型大小端互换ui #define BigLittleSwap16(A)  ((((uint16)(A) & 0xff00) >> 8) | \spa                             (((uint16)(A) & 0
相关文章
相关标签/搜索