FreeBASIC  0.91.0
sys_chain.c
Go to the documentation of this file.
1 /* chain function */
2 
3 #include "fb.h"
4 
5 FBCALL int fb_Chain ( FBSTRING *program )
6 {
7  return fb_ExecEx( program, NULL, TRUE );
8 }