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
Reports whether standard input has data available to read.
Declared in <compat/stdin.h>
bool
StdinReady();
True if input can be read without blocking, false otherwise.
Created with MrDocs