Input/Output The list of Rational Statemate elements. To add a new elemen,t use the following statement (the element id has been assigned tost_id
and the element name has been assigned tost_name
):stm_id st_id;stm_element_name st_name;stm_list st_list;
int status;..st_name = stm_r_st_name(st_id, &status);
st_list = stm_list_add_ptr_element (st_list, st_name, &status);
.
.