📄 iopause.h2
字号:
#ifndef IOPAUSE_H#define IOPAUSE_H/* sysdep: +poll */#define IOPAUSE_POLL#include <sys/types.h>#include <poll.h>typedef struct pollfd iopause_fd;#define IOPAUSE_READ POLLIN#define IOPAUSE_WRITE POLLOUT#include "taia.h"extern void iopause(iopause_fd *,unsigned int,struct taia *,struct taia *);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -