iopause.h2

来自「fget是一个小型的HTTP/FTP工具」· H2 代码 · 共 19 行

H2
19
字号
#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 + =
减小字号Ctrl + -
显示快捷键?