init function

Updated: April 19, 2023

The init function initializes the master interface. The prototype for this function is:

void *init( int argc, char *argv[]);

The arguments are those passed on the command line.

The function returns a handle that's passed to all other functions, or NULL if an error occurred.