Input/Output The list of Rational Statemate elements. To add a new element use the following statement (the element ID number has been assigned tost_id
):stm_id st_id;
stm_list st_list;
int status;
.
.
st_id = stm_r_st ("S1", &status);
stm_list_add_id_element_to_list (st_list, st_id,
&status);
.
.