_gtty.c 80 B

12345
  1. _gtty(fildes, arg)
  2. char *arg;
  3. {
  4. return _ioctl(fildes, ('t' << 8) | 8, arg);
  5. }