select.h2
来自「fget是一个小型的HTTP/FTP工具」· H2 代码 · 共 12 行
H2
12 行
#ifndef SELECT_H#define SELECT_H/* sysdep: +sysselect */#include <sys/types.h>#include <sys/time.h>#include <sys/select.h>extern int select();#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?