sds_init

int sds_init (int argc, char *argv[ ... ]);


Initialize the SDS™ app.


The is the first function called in any SDS application.

The arguments argc and argv are the same arguments passed to the main() function of the SDS application.

This function returns either any value. When the SDS application does not work, this function returns control to the command line.

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)