tcsetattr
# define tcsetattr(f, a, t) ioctl(f, a, (char *)t)
# define tcsetattr(f, a, t) ioctl(f, a, t)
tcsetattr(int fd, int opt, const struct termios *t)
tcsetattr(int fd, int opt, const struct termios *t)