Penguin
Annotated edit history of isatty(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ISATTY
2 !!!ISATTY
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 CONFORMING TO
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 isatty - does this descriptor refer to a terminal
13 !!SYNOPSIS
14
15
16 __#include
17 __ ''desc'' __);
18 __
19 !!DESCRIPTION
20
21
22 returns 1 if ''desc'' is an open descriptor connected to
23 a terminal and 0 else.
24 !!CONFORMING TO
25
26
27 SVID, AT
28 !!SEE ALSO
29
30
31 fstat(2), ttyname(3)
32 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.