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

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

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

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

Go to the source code of this file.

Functions

size_t __wrap_strlen (const char *s)
 

Detailed Description

Header declaring a mock function for strlen().

Function Documentation

◆ __wrap_strlen()

size_t __wrap_strlen ( const char *  s)

Mock function for strlen().

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