ast@cs.vu.nl (Andy Tanenbaum) (10/06/87)
#include <sgtty.h> gtty(fd, argp) int fd; char *argp; { ioctl(fd, TIOCGETP, argp); }