1 #pragma once 2 3 /** 4 * @file termio.h 5 * @brief Historical alternative to `<termios.h>`. 6 * 7 * New code should use `<termios.h>` directly. 8 */ 9 10 #include <termios.h> 11