-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_CondDestroy
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Destroy an MTY_Cond
.
void MTY_CondDestroy(
MTY_Cond ** cond
);
cond
(MTY_Cond **
)
Passed by reference and set to NULL
after being destroyed.