码迷,mamicode.com
首页 > 系统相关 > 详细

Linux网络编程头文件汇总

时间:2020-06-29 11:56:18      阅读:57      评论:0      收藏:0      [点我收藏+]

标签: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>

 

Linux网络编程头文件汇总

标签:soc   汇总   inux   std   highlight   文件   type   网络   span   

原文地址:https://www.cnblogs.com/yunfan1024/p/13206823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!