Skip to content

MTY_ListRemove

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Remove a node from a list and return its item.

void *MTY_ListRemove(
    MTY_List *     ctx,
    MTY_ListNode * node
);

Parameters

ctx (MTY_List *)

An MTY_List.

node (MTY_ListNode *)

The node in the list that should be removed.

Return value

void *

The value associated with the removed node.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Struct

Clone this wiki locally