data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
void * | list_unlink_last (t_list *alst) |
Removes the last item in the list and returns it. More... | |
void* list_unlink_last | ( | t_list * | alst | ) |
Removes the last item in the list and returns it.
NULL
if the list is empty. Definition at line 16 of file list_unlink_last.c.