1 /***************************************************************/
2 /* This file contains some functions to free common structures */
4 /***************************************************************/
6 /*** Include files ***/
13 #include "../System/systypes.h"
14 #include "../Polylib/polytypes.h"
20 /*** Function to free a string ***/
30 void List_Free(TList
*list
)
32 if(list
!=NULL
) Expression_Free((TExpression
*)list
);