-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_ListGetFirst
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the first node in a list.
MTY_ListNode *MTY_ListGetFirst(
MTY_List * ctx
);
ctx
(MTY_List *
)
An MTY_List
.
Only the first node in the list should be passed to MTY_ListDestroy
.