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

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

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

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

Functions

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

Detailed Description

Implementation of a mock function for stpcpy().

Function Documentation

◆ __wrap_stpcpy()

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

Mock function for stpcpy().

Checks that the right parameter is given and returns a preset pointer.