BSKVariable* BSKAddNewVariable( BSKVariable* list,
BSKVariable* newVar );
Inputs:
Description: Adds the given variable object to the list, and returns the new list.
Return to the API
Return to the function listing