| |||
| Home > The C and C++ Libraries > Tailoring the input/output functions > _sys_istty() | |||
This function determines if a file handle identifies a terminal.
When a file is connected to a terminal device, this function
is used to provide unbuffered behavior by default (in the absence
of a call to set(v)buf) and to prohibit seeking.