ISATTY(3) Linux Programmer's Manual ISATTY(3)NAMEisatty - does this descriptor refer to a terminalSYNOPSIS#include <unistd.h> int isatty(int desc);DESCRIPTIONreturns 1 if desc is an open descriptor connected to a terminal and 0 else.CONFORMING TOSVID, AT&T, X/OPEN, BSD 4.3SEE ALSOfstat(2), ttyname(3) Linux 1995-04-20 ISATTY(3)
| Related Man Pages |
|---|
| isatty(3c) - opensolaris |
| isatty(3p) - centos |
| isatty(3posix) - posix |
| isatty(3) - opendarwin |
| isatty(3) - x11r4 |
| Similar Topics in the Unix Linux Community |
|---|
| help with isatty command in C |