Manpages

Manpage of ISATTY

ISATTY

Section: Linux Programmer's Manual (3)
Updated: 1995-04-20
Index
Return to Main Contents
 

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)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:30:24 GMT, March 29, 2024