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

📄 termios.h

📁 Newlib 嵌入式 C库 标准实现代码
💻 H
字号:
/* libc/sys/linux/sys/termios.h - Terminal control definitions *//* Written 2000 by Werner Almesberger */#ifndef _SYS_TERMIOS_H#define _SYS_TERMIOS_H#include <linux/termios.h>#include <machine/termios.h>/* grr, this shouldn't have to be here */int tcgetattr(int fd,struct termios *termios_p);int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);#endif

⌨️ 快捷键说明

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