FNFT
fnft.h
1 /*
2 * This file is part of FNFT.
3 *
4 * FNFT is free software; you can redistribute it and/or
5 * modify it under the terms of the version 2 of the GNU General
6 * Public License as published by the Free Software Foundation.
7 *
8 * FNFT is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *
16 * Contributors:
17 * Sander Wahls (TU Delft) 2017-2018.
18 */
19 
20 #ifndef FNFT_H
21 #define FNFT_H
22 
23 #include "fnft_config.h"
24 #include "fnft_errwarn.h"
25 
26 /* Doxygen main page */
27 
45 /* Define groups for Doxygen documentation */
46 
112 #endif
fnft_errwarn.h
Controls error messages.