1. ntohs
使用ntohs之类的函数,需要加载Ws2_32.lib链接库,并引用Winsock2.h头文件
2. _timeb
使用_timeb需要引用的头文件包括:
#include <sys/types.h>
#include <sys/timeb.h>