newlib.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022 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 
23 #ifndef NEWLIB_H
24 #define NEWLIB_H
25 
26 #include "kernel_defines.h"
27 
28 #ifndef DOXYGEN
29 
30 #if IS_USED(MODULE_NEWLIB_NANO)
31 /* newlib nano formatted io is used */
32 #define _NANO_FORMATTED_IO 1
33 #endif
34 
35 #include_next <newlib.h>
36 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif /* DOXYGEN */
46 #endif /* NEWLIB_H */
Common macros and compiler attributes/pragmas configuration.