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
相關文章
相關標籤/搜索