是TC

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年12月8日

摘要: #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> # 阅读全文
posted @ 2023-12-08 12:23 是TC 阅读(20) 评论(0) 推荐(0)

摘要: 一、代码 #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <stdlib.h> #include <st 阅读全文
posted @ 2023-12-08 11:54 是TC 阅读(20) 评论(0) 推荐(0)