Files
Android11/bionic/libc/include/termio.h
2023-10-13 14:01:41 +00:00

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>