|
||
void chain_and_return ( char *ex_program )
char *ex_program; // A pointer to a null-terminated character string
|
|
|
Synopsis |
#include "silver.h"
The chain_and_return function suspends execution of a SilverC application, transfers control to a new SilverC program, and resumes execution when it completes.
|
|
Parameters |
ex_program is the name or path of a SilverC executable. If only the name is used, the default execution directory will be searched.
|
|
Return Value |
none
|
|
Remarks |
chain_and_return is exclusive to the SilverC development platform
|
|
See Also |
|