Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-strcpy.c File Reference

(/usr/bin/git 2023-11-27, commit: bad6102)

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.