gtty.c 78 B

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