#ifndef _TERMIOS_H #include /* Now define the internal interfaces. */ extern int __tcgetattr (int __fd, struct termios *__termios_p); extern int __libc_tcdrain (int __fd); #endif