This functions works exactly the same as lbox_free_items(). In contrast to that however lbox_free_list() is called with the pointer on the first LBOX_ITEM of the list.
Declaration: void lbox_free_list( LBOX_ITEM *items ); Call: lbox_free_list( items ); Variable Argument Meaning Inputs: contrl[0] 175 lbox_set contrl[1] 1 Entries in intin contrl[3] 1 Entries in addrin intin[0] 3 lbox_free_list addrin[0] items Pointer to linked list with LBOX_ITEMs Outputs: contrl[2] 0 Entries in intout contrl[4] 0 Entries in addrout