list_append

Append ptr to *plist.

extern (C++) nothrow @nogc
list_append
(,
void* ptr
)

Return Value

Type: list_t

pointer to list item created. null if out of memory

Meta