FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
sys_hshell.c
Go to the documentation of this file.
1
/* SHELL command */
2
3
#include "../fb.h"
4
5
int
fb_hShell
(
char
*program )
6
{
7
return
system( program );
8
}
rtlib
dos
sys_hshell.c
Generated on Thu Jan 23 2014 19:40:10 for FreeBASIC by
1.8.4