Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
sysinit.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020 Inria
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#include "
assert.h
"
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
28
#define SYSINIT_PANIC_ASSERT(rc) assert(rc);
29
33
#define SYSINIT_ASSERT_ACTIVE()
34
35
#ifdef __cplusplus
36
}
37
#endif
assert.h
POSIX.1-2008 compliant version of the assert macro.
Generated on Thu Sep 24 2026 04:06:03 by
1.13.2