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

7 lines
135 B
C
Raw Normal View History

1990-01-22 11:48:01 +00:00
/* $Header$ */
#include <sgtty.h>
int
_gtty(fildes,argp) int fildes ; struct sgttyb *argp ; {
return _ioctl(fildes,TIOCGETP,argp) ;
}