Skip to content

MTY_ListDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_List.

void MTY_ListDestroy(
    MTY_List **  list,
    MTY_FreeFunc freeFunc
);

Parameters

list (MTY_List **)

freeFunc (MTY_FreeFunc)

Function called on each remaining value in the list to give you the opportunity to free resources. This may be NULL if it is unnecessary.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Struct

Clone this wiki locally