Crinit -- Configurable Rootfs Init
mock-envset-destroy.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_ENVSET_DESTROY_H__
7
#define __MOCK_ENVSET_DESTROY_H__
8
9
#include "
envset.h
"
10
16
// Rationale: Naming scheme fixed due to linker wrapping.
17
// NOLINTNEXTLINE(readability-identifier-naming)
18
int
__wrap_crinitEnvSetDestroy
(
crinitEnvSet_t
*es);
19
20
#endif
/* __MOCK_ENVSET_DESTROY_H__ */
envset.h
Header defining data types and functions to work with sets of environment variables.
__wrap_crinitEnvSetDestroy
int __wrap_crinitEnvSetDestroy(crinitEnvSet_t *es)
Definition:
mock-envset-destroy.c:13
crinitEnvSet_t
Definition:
envset.h:25
test
utest
mocks
mock-envset-destroy.h
Generated by
1.9.1