Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-open.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_OPEN_H__
7#define __MOCK_OPEN_H__
8
14int __wrap_open(const char *pathname, int flags); // NOLINT(readability-identifier-naming)
15 // Rationale: Naming scheme fixed due to linker wrapping.
16
17#endif /* __MOCK_OPEN_H__ */
int __wrap_open(const char *pathname, int flags)
Definition mock-open.c:12