|
Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for calloc(). More...

Functions | |
| void * | __wrap_calloc (size_t num, size_t size) |
Implementation of 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.