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

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

Implementation of a mock function for strcpy(). More...

#include "mock-strcpy.h"
#include "unit_test.h"
Include dependency graph for mock-strcpy.c:

Functions

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

Detailed Description

Implementation of 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.