|
Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for strcpy(). More...
#include <string.h>

Go to the source code of this file.
Functions | |
| char * | __wrap_strcpy (char *dest, const char *src) |
Header declaring a mock function for strcpy().
| char * __wrap_strcpy | ( | char * | dest, |
| const char * | src | ||
| ) |
Mock function for strcpy().
Checks that the right parameter is given and returns a preset pointer.