winet.h
来自「http协议的服务器例程」· C头文件 代码 · 共 17 行
H
17 行
#ifndef __WINET_H__#define __WINET_H__#include <string.h>#include <arpa/inet.h>#include <sys/types.h>#include <sys/socket.h>#define W_TCP 0#define W_UDP 1int winetclient(char type, char ip[], int port);int winetserver(char type, int port);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?