termio.h
来自「Glibc 2.3.2源代码(解压后有100多M)」· C头文件 代码 · 共 7 行
H
7 行
/* Compatible <termio.h> for old `struct termio' ioctl interface. This is obsolete; use the POSIX.1 `struct termios' interface defined in <termios.h> instead. */#include <termios.h>#include <sys/ioctl.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?