TTYNAME
NAME SYNOPSIS DESCRIPTION CONFORMING TO SEE ALSO
ttyname - return name of a terminal
#include desc );
Returns a pointer to the pathname of the terminal device that is open on the file descriptor desc, or NULL on error (for example, if desc is not connected to a terminal).
POSIX.1
3 pages link to ttyname(3):