We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb45e4b commit daa3a7dCopy full SHA for daa3a7d
inc/fbio.bi
@@ -1,3 +1,5 @@
1
#pragma once
2
3
-declare function IsRedirected alias "fb_IsRedirected"(byval is_input as long = -1) as long
+'' IsRedirected(FALSE) = check stdout
4
+'' IsRedirected(TRUE) = check stdin
5
+declare function IsRedirected alias "fb_IsRedirected"(byval is_input as long = 0) as long
0 commit comments