⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tcpsock.h

📁 一个SOCKET的源码,基于VC++环境下编写,可用于UNIX下进行,包含服务器与客户机部分
💻 H
字号:
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <tapi.h>
#include <signal.h>
#include <errno.h>
#include <socket.h>
#include <stat.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
typedef struct SocketsMsg  

{	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -