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

The file containing the my_free_array function. More...

#include "my.h"

Functions

void my_free_array (void **array)
 Frees an array (array)
 

Detailed Description

The file containing the my_free_array function.

Author
Nicolas TORO

Function Documentation

◆ my_free_array()

void my_free_array ( void ** array)

Frees an array (array)

Parameters
arrayThe array to free
Returns
void
Author
Nicolas TORO