-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_Free
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Free allocated memory.
For more information, see free
from the C standard library.
void MTY_Free(
void * mem
);
mem
(void *
)
Dynamically allocated memory.