⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 select.h

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 H
字号:
/* Kendall's select.h for WattTCP32
 */

#ifndef __WATT_SYS_SELECT_H
#define __WATT_SYS_SELECT_H

#define select(a,b,c,d,e) select_s(a,b,c,d,e)
int select_s (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);

#endif /* __WATT_SYS_SELECT_H */

⌨️ 快捷键说明

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