Reports whether standard input is connected to a terminal.

Synopsis

Declared in <compat/stdin.h>

bool
StdinTerminal();

Return Value

True if standard input is a terminal, false otherwise.

Created with MrDocs