list_pop

Remove first element in list pointed to by *plist.

extern (C++) nothrow @safe @nogc
void*
list_pop
(
list_t* plist
)

Return Value

Type: void*

First element, null if *plist is null

Suggestion Box / Bug Report