libft
Functions
ft_memdel.c File Reference
#include "libft.h"
#include <stdlib.h>
+ Include dependency graph for ft_memdel.c:

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...
 

Function Documentation

◆ ft_memdel()

void ft_memdel ( void **  ap)

Frees memory where a pointer points to and sets the pointer to NULL.

Parameters
apThe pointer

Definition at line 22 of file ft_memdel.c.