42sh 1.0.0
Create a shell in C
|
The file containing the my_free function. More...
#include "mymemory.h"
Functions | |
void | my_free (void) |
Free allocated memory with my_calloc, my_malloc and my_realloc. | |
The file containing the my_free function.
void my_free | ( | void | ) |
Free allocated memory with my_calloc, my_malloc and my_realloc.