Linux C++中需要的头文件

来源:互联网 发布:肖凯农村淘宝 编辑:程序博客网 时间:2024/05/18 20:08
inet_addr()
#include   <sys/socket.h> 
#include <netinet/in.h> 
#include   <arpa/inet.h>

memset()
#include   <memory.h>
0 0