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

The file containing the my_free_ptr function. More...

#include "my.h"

Functions

void * my_free_ptr (void *ptr)
 Frees a pointer (ptr)
 

Detailed Description

The file containing the my_free_ptr function.

Author
Nicolas TORO

Function Documentation

◆ my_free_ptr()

void * my_free_ptr ( void * ptr)

Frees a pointer (ptr)

Parameters
ptrThe pointer to free
Returns
void * Always NULL
Author
Nicolas TORO