6 lines
80 B
C
6 lines
80 B
C
_gtty(fildes, arg)
|
|
char *arg;
|
|
{
|
|
return _ioctl(fildes, ('t' << 8) | 8, arg);
|
|
}
|