ack/mach/vax4/libbsd4_1a/stty.c
1986-12-16 10:23:21 +00:00

8 lines
120 B
C

#include <sgtty.h>
int stty(fildes,argp)
int fildes ;
struct sgttyb *argp ;
{
return ioctl(fildes,TIOCSETP,argp) ;
}