Crinit -- Configurable Rootfs Init
mock-strcpy.h File Reference

(2023-10-16, commit: 49337e0)

Header declaring a mock function for strcpy(). More...

#include <string.h>
Include dependency graph for mock-strcpy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * __wrap_strcpy (char *dest, const char *src)
 

Detailed Description

Header declaring a mock function for strcpy().

Function Documentation

◆ __wrap_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.