42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_delete_list.c File Reference

The file containing the my_delete_list function. More...

#include "mylist.h"

Functions

void my_delete_list (node_t **begin)
 Deletes the linked list.
 

Detailed Description

The file containing the my_delete_list function.

Author
Nicolas TORO

Function Documentation

◆ my_delete_list()

void my_delete_list ( node_t ** begin)

Deletes the linked list.

Parameters
beginThe beginning of the list
Returns
void
Author
Nicolas TORO