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

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

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.