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

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.
 

Detailed Description

The file containing the my_free function.

Author
Nicolas TORO

Function Documentation

◆ my_free()

void my_free ( void )

Free allocated memory with my_calloc, my_malloc and my_realloc.

Returns
void
Author
Nicolas TORO