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