librdf_list_pop

Name

librdf_list_pop --  remove and return the data at the end of the list

Synopsis

void* librdf_list_pop (librdf_list* list);

Arguments

list

librdf_list object

Return value

the data object or NULL if the list is empty