bionic/libc/include/termio.h

11 lines
163 B
C
Raw Permalink Normal View History

2025-08-25 08:22:42 +08:00
#pragma once
/**
* @file termio.h
* @brief Historical alternative to `<termios.h>`.
*
* New code should use `<termios.h>` directly.
*/
#include <termios.h>