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