Loading...
Searching...
No Matches
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
11#pragma once
12
65
73
82
90
98
109
110#ifdef __cplusplus
111extern "C" {
112#endif
113
121void auto_init(void);
122
123#ifdef __cplusplus
124}
125#endif
126
void auto_init(void)
Initializes all high level modules that do not require parameters for initialization or uses default ...