#include stty(fd, argp) int fd; char *argp; { return ioctl(fd, TIOCSETP, argp); }