ntohs

作者: 张轻舟 | 来源:发表于2021-04-22 09:31 被阅读0次
#include"stdio.h"
int main()
{
    
}
ntohl//网络存储转换为本地存储,l是个四字节 long
ntohs//s是两个字节 short
//需要头文件,需要静态库
#include<WinSock.h>
#pragma comment(lib,"ws2_32.lib")
image.png

相关文章

  • ntohs

  • ntohs,htons,ntohl,htonl

    n:网络字节顺序NBO(Network Byte Order ): 从高到低的顺序储存,在网络上使用同一的网络字节...

网友评论

      本文标题:ntohs

      本文链接:https://www.haomeiwen.com/subject/dsrxrltx.html