#ifndef _TERMIOS_H#include<termios/termios.h>#ifndef _ISOMAC/* Now define the internal interfaces. */externint__tcgetattr(int__fd,structtermios*__termios_p);externint__libc_tcdrain(int__fd);libc_hidden_proto(tcsetattr)libc_hidden_proto(cfsetispeed)libc_hidden_proto(cfsetospeed)#endif#endif