Skip to content

MTY_FreeFunc

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Function that frees resources you allocated within a data structure.

typedef void (*MTY_FreeFunc)(
    void * ptr
);

Parameters

ptr (void *)

Pointer set via MTY_HashSet et al.

See also

Module: Struct

Clone this wiki locally