[Linux manuál]

isatty: odkazuje tento deskriptor na terminál

Originální popis anglicky: isatty - does this descriptor refer to a terminal

Návod, kniha: Linux Programmer's Manual

STRUČNĚ

#include <unistd.h>
 
int isatty(int desc);

POPIS / INSTRUKCE

returns 1 if desc is an open descriptor connected to a terminal and 0 else.

ODPOVÍDAJÍCÍ

SVID, AT&T, X/OPEN, BSD 4.3

SOUVISEJÍCÍ

fstat(2), ttyname(3)
1995-04-20 Linux