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

📄 io.h

📁 cpu的源码
💻 H
字号:
/* IO can be one of the following: * * IO_TERM : output to the terminal * IO_FILE : output to the file output.bin * IO_FD3  : output to the file descriptor no. 3 * IO_OCP  : write to OCP */#define IO_TERM 0#define IO_FILE 1#define IO_FD3  2#define IO_OCP  3int read(int io, void *buf, int count);int write(int io, const void *buf, int count);

⌨️ 快捷键说明

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