termio.h 214 B

123456
  1. /* Compatible <termio.h> for old `struct termio' ioctl interface.
  2. This is obsolete; use the POSIX.1 `struct termios' interface
  3. defined in <termios.h> instead. */
  4. #include <termios.h>
  5. #include <sys/ioctl.h>