| www.delorie.com/djgpp/doc/libc-2.01/libc_423.html | search |
#include <unistd.h> int isatty(int fd);
Tells if the file descriptor refers to a terminal device or not.
Nonzero if fd is a terminal device, zero otherwise.
if (isatty(1)) fflush(stdout);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |