ack/lang/cem/libcc/mon/stty.c
1990-01-22 11:48:01 +00:00

7 lines
133 B
C

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