data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
void | list_remove_first (t_list *alst) |
Removes the first item in the list. More... | |
void list_remove_first | ( | t_list * | alst | ) |
Removes the first item in the list.
Definition at line 16 of file list_remove_first.c.