-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_FreeFunc
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Function that frees resources you allocated within a data structure.
typedef void (*MTY_FreeFunc)(
void * ptr
);
ptr
(void *
)
Pointer set via MTY_HashSet
et al.