Loads a previously saved list into memory to be used by the program. Lists can be saved by several tools in Rational Statemate, such as search.
Input/Output To load a list saved as the nameEXT_SIGNALS
into memory, use the following call:stm_list list;
int status;
.
.
list = stm_list_load ("EXT_SIGNALS", &status);
.
.