auto_init.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2010,2015 Freie Universität Berlin
3  * Copyright (C) 2010 Kaspar Schleiser <kaspar@schleiser.de>
4  * Copyright (C) 2013-2018 Inria
5  *
6  * This file is subject to the terms and conditions of the GNU Lesser
7  * General Public License v2.1. See the file LICENSE in the top level
8  * directory for more details.
9  */
10 
100 #ifndef AUTO_INIT_H
101 #define AUTO_INIT_H
102 
103 #ifdef __cplusplus
104 extern "C" {
105 #endif
106 
114 void auto_init(void);
115 
116 #ifdef __cplusplus
117 }
118 #endif
119 
121 #endif /* AUTO_INIT_H */
auto_init
void auto_init(void)
Initializes all high level modules that do not require parameters for initialization or uses default ...