tcgetattr
tcgetattr(int fd, struct termios *t)
#define tcgetattr(fd, arg) _nc_mingw_tcgetattr(fd, arg)
#define tcgetattr(fd, arg) ioctl(fd, TCGETA, arg)