FreeBASIC  0.91.0
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  XLaunchXBE( program );
8  return -1;
9 }