Crinit -- Configurable Rootfs Init
mock-strlen.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_STRLEN_H__
7
#define __MOCK_STRLEN_H__
8
9
#include <string.h>
10
16
size_t
__wrap_strlen
(
const
char
*s);
// NOLINT(readability-identifier-naming)
17
// Rationale: Naming scheme fixed due to linker wrapping.
18
19
#endif
/* __MOCK_STRLEN_H__ */
__wrap_strlen
size_t __wrap_strlen(const char *s)
Definition:
mock-strlen.c:12
test
utest
mocks
mock-strlen.h
Generated by
1.9.1