ack/mach/xenix3/libsys/stty.c
1987-10-06 16:39:14 +00:00

6 lines
78 B
C

stty(fildes, arg)
char *arg;
{
return ioctl(fildes, ('t' << 8) | 9, arg);
}