FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_isredir.c
Go to the documentation of this file.
1
#include "../fb.h"
2
3
int
fb_ConsoleIsRedirected
(
int
is_input )
4
{
5
return
(isatty( fileno( (is_input? stdin : stdout) ) ) == 0);
6
}
rtlib
unix
io_isredir.c
Generated on Thu Jan 23 2014 19:40:09 for FreeBASIC by
1.8.4