table of contents
other versions
ISATTY(3) | Manual do Programador Linux | ISATTY(3) |
NOME¶
isatty - faz este identificador referir-se a um terminal
SINOPSE¶
#include <unistd.h> int isatty ( int desc );
DESCRIÇÃO¶
retorna 1 se desc é um identificador aberto conectado a um terminal e 0, caso não seja.
CONFORMIDADE¶
SVID, AT&T, X/OPEN, BSD 4.3
VEJA TAMBÉM¶
TRADUZIDO POR LDP-BR em 21/08/2000.¶
Kenzo Marcelo Okamura <kenzo.okamura@poli.usp.br> (tradução) xxxxx <xxxxx@xxx.xxx.xx> (revisão)
April 20, 1995 | Linux |