3 ttyname \- file descriptor to terminal device name
7 #define _POSIX_SOURCE 1
10 char *ttyname(int \fIfd\fP)
17 directory for the terminal device file that is associated with file
20 It returns the full path name of the terminal file if found, NULL is
25 Kees J. Bot (kjb@cs.vu.nl)
28 .\" $PchId: ttyname.3,v 1.2 1996/04/11 06:42:17 philip Exp $