11 lines
163 B
C
11 lines
163 B
C
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* @file termio.h
|
||
|
* @brief Historical alternative to `<termios.h>`.
|
||
|
*
|
||
|
* New code should use `<termios.h>` directly.
|
||
|
*/
|
||
|
|
||
|
#include <termios.h>
|