[#StdinReady] = StdinReady :mrdocs: Reports whether standard input has data available to read. == Synopsis Declared in `<compat/stdin.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool StdinReady(); ---- == Return Value True if input can be read without blocking, false otherwise. [.small]#Created with https://www.mrdocs.com[MrDocs]#