ack/lang/cem/libcc/mon/_gtty.c
1994-06-24 14:02:31 +00:00

7 lines
131 B
C

/* $Id$ */
#include <sgtty.h>
int
_gtty(fildes,argp) int fildes ; struct sgttyb *argp ; {
return _ioctl(fildes,TIOCGETP,argp) ;
}