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

7 lines
133 B
C
Raw Normal View History

1987-03-31 10:45:53 +00:00
/* $Header$ */
1985-01-01 22:27:02 +00:00
#include <sgtty.h>
1990-01-22 11:48:01 +00:00
int
gtty(fildes,argp) int fildes ; struct sgttyb *argp ; {
1985-01-01 22:27:02 +00:00
return ioctl(fildes,TIOCGETP,argp) ;
}