Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for realloc(). More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
void * | __wrap_realloc (void *ptr, size_t size) |
Header declaring a mock function for realloc().
void* __wrap_realloc | ( | void * | ptr, |
size_t | size | ||
) |
Mock function for realloc().
Checks that the right parameters are given and return a preset pointer.