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

Go to the source code of this file.

Functions

void list_delete (t_list *alst)
 Deletes the list and frees all memory taken by its contents. More...
 

Function Documentation

◆ list_delete()

void list_delete ( t_list alst)

Deletes the list and frees all memory taken by its contents.

Definition at line 16 of file list_delete.c.