Load this SDS™ application.
This function loads an SDS application. If the program is already loaded, this function ignores the request to load it again.
The argument appname is the name of the application to load.
This function returns RTNORM or an error code in system variable ERRNO.
Example
if ((sds_xload("myapp")) != RTNORM)
sds_printf("\nThe file \"myapp\" was not loaded.");
else
sds_printf("\n\"myapp\" was loaded successfully.");
Tell me about...
Programming Overview of SDS™ (Solutions Development System™)