Loading...
Searching...
No Matches
exceptions.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
24extern void init_exceptions(void);
25
26#ifdef __cplusplus
27}
28#endif
void init_exceptions(void)
Initialize exception handler.