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