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

7 lines
129 B
C

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