Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

isatty(3)


ISATTY

ISATTY

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

NAME

isatty − does this descriptor refer to a terminal

SYNOPSIS

#include <unistd.h>

int isatty(int desc);

DESCRIPTION

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

CONFORMING TO

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

SEE ALSO

fstat(2), ttyname(3)



isatty(3)