Skip to content

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
);

Parameters

ctx (MTY_List *)

An MTY_List.

Return value

MTY_ListNode *

Only the first node in the list should be passed to MTY_ListDestroy.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Struct

Clone this wiki locally