ack/lang/cem/libcc/mon/gtty.c
1987-03-31 10:45:53 +00:00

6 lines
133 B
C

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