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 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
24 extern void init_exceptions(void);
25 
26 #ifdef __cplusplus
27 }
28 #endif
void init_exceptions(void)
Initialize exception handler.