Files
2022-12-31 15:57:19 +01:00

14 lines
177 B
C

#ifndef _TERMIOS_H
#define _TERMIOS_H
#define __USE_MISC 1
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/termios.h>
#ifdef __cplusplus
}
#endif
#endif // _TERMIOS_H