Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-memset.h File Reference

(/usr/bin/git 2024-05-27, commit: e130c0d)

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

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

Go to the source code of this file.

Functions

void * __wrap_memset (void *str, int c, size_t n)
 

Detailed Description

Header declaring a mock function for memset().

Function Documentation

◆ __wrap_memset()

void * __wrap_memset ( void *  str,
int  c,
size_t  n 
)

Mock function for memset().

Checks that the right parameters are given and return a preset pointer.