FNFT
include
fnft_version.h
Go to the documentation of this file.
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) 2018.
18
*/
19
26
#ifndef FNFT_VERSION_H
27
#define FNFT_VERSION_H
28
29
#include "fnft.h"
30
47
FNFT_INT
fnft_version
(
FNFT_UINT
*
const
major,
48
FNFT_UINT
*
const
minor,
49
FNFT_UINT
*
const
patch,
50
char
suffix[FNFT_VERSION_SUFFIX_MAXLEN+1]);
51
52
#endif
FNFT_INT
int32_t FNFT_INT
Definition:
fnft_numtypes.h:56
FNFT_UINT
size_t FNFT_UINT
Definition:
fnft_numtypes.h:62
fnft_version
FNFT_INT fnft_version(FNFT_UINT *const major, FNFT_UINT *const minor, FNFT_UINT *const patch, char suffix[FNFT_VERSION_SUFFIX_MAXLEN+1])
Generated by
1.8.18