Linux网络编程头文件汇总

Linux网络编程所需头文件汇总如下:

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>

#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netdb.h>
#include <net/if.h>

 

posted @ 2020-06-29 11:02  Kugle  阅读(379)  评论(0编辑  收藏  举报