Crinit -- Configurable Rootfs Init
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
mock-err-print.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_ERRNO_PRINT_H__
7#define __MOCK_ERRNO_PRINT_H__
8
14// Rationale: Naming scheme fixed due to linker wrapping.
15// NOLINTNEXTLINE(readability-identifier-naming)
16void __wrap_crinitErrPrintFFL(const char *file, const char *func, int line, const char *format, ...)
17 __attribute__((format(printf, 4, 5)));
18
19#endif /* __MOCK_ERRNO_PRINT_H__ */
static crinitGlobOptStore_t crinitGenericGlobOptHelper __attribute__((unused))
void __wrap_crinitErrPrintFFL(const char *file, const char *func, int line, const char *format,...) __attribute__((format(printf