Reports whether standard input has data available to read.

Synopsis

Declared in <compat/stdin.h>

bool
StdinReady();

Return Value

True if input can be read without blocking, false otherwise.

Created with MrDocs