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)
19 
20 #endif /* __MOCK_ENVSET_DESTROY_H__ */
Header defining data types and functions to work with sets of environment variables.
int __wrap_crinitEnvSetDestroy(crinitEnvSet_t *es)
Definition: mock-envset-destroy.c:13
Definition: envset.h:25