Corewar documentation 1.0.0
|
The file containing the my_free_ptr function. More...
#include "my.h"
Functions | |
void * | my_free_ptr (void *ptr) |
Frees a pointer (ptr) | |
The file containing the my_free_ptr function.
void * my_free_ptr | ( | void * | ptr | ) |
Frees a pointer (ptr)
ptr | The pointer to free |