data_structures
Functions
list_size.c File Reference
#include "list.h"
+ Include dependency graph for list_size.c:

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...
 

Function Documentation

◆ list_size()

size_t list_size ( const t_list alst)

Returns the number of items in this list.

Returns
The number of items in this list

Definition at line 16 of file list_size.c.