📄 sockcom.h
字号:
/* sockcom.h */#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <netdb.h>#include <string.h>#include <fcntl.h>#define BUFSIZE 1024#define PORT 3333typedef struct fileinfo {char fname[50];long length;}FILEINFO, *Pfileinfo;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -