42sh 1.0.0
Create a shell in C
|
The file containing the my_realloc function. More...
#include "mymemory.h"
Functions | |
void * | my_realloc (void *pointer, size_t size, int type) |
Reallocates memory for an array of bytes (size) | |
The file containing the my_realloc function.
void * my_realloc | ( | void * | pointer, |
size_t | size, | ||
int | type ) |
Reallocates memory for an array of bytes (size)
pointer | The pointer to the memory to reallocate |
size | The size of the memory to reallocate |
type | The type of the usage |