Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ isatty(3) — Unisoft V7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ioctl(2)

ttys(5)

ISATTY(3)  —  UNIX Programmer’s Manual

NAME

isatty − find name of a terminal

SYNOPSIS

isatty(fildes)
int fildes;

DESCRIPTION

Isatty returns 1 if fildes is associated with a terminal device, 0 otherwise. 

FILES

/dev/∗

SEE ALSO

ioctl(2), ttys(5)

BUGS

The return value points to static data whose content is overwritten by each call. 

7th Edition

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026