#include #include int tcgetattr(int fildes, struct termios *termios_p) { return ioctl(fildes, TCGETS, termios_p); }