Crinit -- Configurable Rootfs Init
mock-strcmp.h File Reference

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

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.