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