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

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

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

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

Go to the source code of this file.

Functions

int __wrap_strcmp (const char *s1, const char *s2)
 

Detailed Description

Header declaring a mock function for strcmp().

Function Documentation

◆ __wrap_strcmp()

int __wrap_strcmp ( const char *  s1,
const char *  s2 
)

Mock function for strcmp().

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