Commit e404ac1a authored by 马伊齐's avatar 马伊齐

删除无用类型定义

parent 5571d66a
......@@ -12,9 +12,6 @@
#define BUFFER_SIZE 4096 // 缓冲区大小
#define MAX_CLIENTS 10 // 最大连接客户端数量
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
typedef struct message{
uint16_t type;
uint32_t code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment