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 
108 #ifndef AUTO_INIT_H
109 #define AUTO_INIT_H
110 
111 #ifdef __cplusplus
112 extern "C" {
113 #endif
114 
122 void auto_init(void);
123 
124 #ifdef __cplusplus
125 }
126 #endif
127 
129 #endif /* AUTO_INIT_H */
void auto_init(void)
Initializes all high level modules that do not require parameters for initialization or uses default ...