ack/lang/cem/libcc/mon/_stty.c

7 lines
131 B
C
Raw Normal View History

1994-06-24 14:02:31 +00:00
/* $Id$ */
1993-10-07 09:46:14 +00:00
#include <sgtty.h>
int
_stty(fildes,argp) int fildes ; struct sgttyb *argp ; {
return _ioctl(fildes,TIOCSETP,argp) ;
}