Linux网络编程头文件汇总
Posted yunfan1024
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>
以上是关于Linux网络编程头文件汇总的主要内容,如果未能解决你的问题,请参考以下文章