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

📄 termios.h

📁 微软的基于HMM的人脸识别原代码, 非常经典的说
💻 H
字号:
#ifndef _TERMIOSH
#define _TERMIOSH

#pragma push_safeptr

#include "sys/stdtypes.h"
#include "sys/termdefs.h"
#include "sys/termios.h"

int tcgetattr(int, struct termios *);
int tcsetattr(int, int, const struct termios *);

speed_t cfgetispeed(const struct termios *);
int cfsetispeed(struct termios *, speed_t);

speed_t cfgetospeed(const struct termios *);
int cfsetospeed(struct termios *, speed_t);

int tcdrain(int);
int tcflow(int, int);
int tcsendbreak(int, int);
int tcflush(int, int);


#pragma pop_ptr

#endif

⌨️ 快捷键说明

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