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(3p) - centos |
| ttyname(3) - redhat |
| ttyname_r(3) - redhat |
| isatty(3p) - suse |
| isatty(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| help with isatty command in C |