FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
sys_execex.c
Go to the documentation of this file.
1
#include "../fb.h"
2
3
FBCALL
int
fb_ExecEx
(
FBSTRING
*program,
FBSTRING
*args,
int
do_fork )
4
{
5
XLaunchXBE(program->
data
);
6
return
fb_ErrorSetNum
(
FB_RTERROR_FILENOTFOUND
);
7
}
rtlib
xbox
sys_execex.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4