随笔分类 -  Linux网络编程

摘要:Linux网络编程所需头文件汇总如下: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <sys 阅读全文
posted @ 2020-06-29 11:02 Kugle 阅读(418) 评论(0) 推荐(0)