Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
exceptions.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2019 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef EXCEPTIONS_H
21
#define EXCEPTIONS_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
28
extern
void
init_exceptions
(
void
);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* EXCEPTIONS_H */
init_exceptions
void init_exceptions(void)
Initialize exception handler.
Generated on Tue Nov 24 2020 19:46:50 by
1.8.17