-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_ListDestroy
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Destroy an MTY_List
.
void MTY_ListDestroy(
MTY_List ** list,
MTY_FreeFunc freeFunc
);
list
(MTY_List **
)
freeFunc
(MTY_FreeFunc
)
Function called on each remaining value in the list to give you the opportunity to free resources. This may be NULL
if it is unnecessary.