ack/lang/cem/libcc/mon/_stty.c
1993-10-07 09:46:14 +00:00

7 lines
135 B
C

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