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

📄 conio.h

📁 嵌入式基准程序集Mibench,如果需要全部测试软件,请从密西根大学网站上下载: http://www.eecs.umich.edu/mibench/
💻 H
字号:
/* +++Date last modified: 05-Jul-1997 *//***  UNXCONIO.H - Port crucial DOS|Win|OS/2 non-blocking console I/O**               functions to Unix/Posix.****  public domain SNIPPETS header for use with Steve Poole's TERM_OPT.C*/#ifndef UNXCONIO__H#define UNXCONIO__H#include <stdio.h>#include <unistd.h>#define echo_on()  term_option(0)#define echo_off() term_option(1)int term_option();int getch();#endif /* UNXCONIO__H */

⌨️ 快捷键说明

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