FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
hook_isredir.c
Go to the documentation of this file.
1
/* input/ouput redirection check */
2
3
#include "
fb.h
"
4
5
/*:::::*/
6
FBCALL
int
fb_IsRedirected
(
int
is_input )
7
{
8
if
(
__fb_ctx
.
hooks
.
isredirproc
!=
NULL
)
9
return
__fb_ctx
.
hooks
.
isredirproc
( is_input );
10
else
11
return
fb_ConsoleIsRedirected
( is_input );
12
}
13
rtlib
hook_isredir.c
Generated on Thu Jan 23 2014 19:40:11 for FreeBASIC by
1.8.4