ack/lang/cem/libcc/mon/stty.c
1985-01-01 22:27:02 +00:00

5 lines
118 B
C

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