data_structures
|
#include "list.h"
Go to the source code of this file.
Functions | |
size_t | list_size (const t_list *alst) |
Returns the number of items in this list. More... | |
size_t list_size | ( | const t_list * | alst | ) |
Returns the number of items in this list.
Definition at line 16 of file list_size.c.