FreeBASIC  0.91.0
sys_exec.c
Go to the documentation of this file.
1 #include "fb.h"
2 
3 FBCALL int fb_Exec( FBSTRING *program, FBSTRING *args )
4 {
5  return fb_ExecEx( program, args, TRUE );
6 }