标签:soc 汇总 inux std highlight 文件 type 网络 span
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>
标签:soc 汇总 inux std highlight 文件 type 网络 span
原文地址:https://www.cnblogs.com/yunfan1024/p/13206823.html