list_append

Append ptr to *plist.

extern (C++) nothrow @safe @nogc @trusted
list_t
list_append
(
list_t* plist
,
void* ptr
)

Return Value

Type: list_t

pointer to list item created. null if out of memory

Suggestion Box / Bug Report