userhead.h

来自「安全文件传输」· C头文件 代码 · 共 30 行

H
30
字号
#ifndef __USERHEAD_H#define __USERHEAD_H#ifndef __cplusplusextern "C"{#endif#include <errno.h>#include <sys/types.h>#include <netinet/in.h>#include <unistd.h>#include <arpa/inet.h>#ifndef __cplusplus};#endif#include <stdlib.h>#include <string.h>#include <sys/socket.h>#include <openssl/ssl.h>#include <openssl/err.h>#include "userProtocol.h"#define MAXBUF 1024#define SERVERPORT 33333//#define SERVERIP "127.0.0.1" #endif

⌨️ 快捷键说明

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