libft
|
Go to the source code of this file.
Functions | |
void | ft_memdel (void **ap) |
Frees memory where a pointer points to and sets the pointer to NULL . More... | |
void ft_memdel | ( | void ** | ap | ) |
Frees memory where a pointer points to and sets the pointer to NULL
.
ap | The pointer |
Definition at line 22 of file ft_memdel.c.