Creates a new list of those elements of the first input list that are not found in the second input list.
Input/Output The first list of Rational Statemate elements.stm_list list1, list2, list3;
int status;
.
.
list3 = stm_list_subtract_ids_lists (list1, list2, &status);
.
.