eaarl-io
1.0.1+71abbd4
EAARL Input/Output Library (Public API)
Main Page
+
Headers
File List
+
Globals
+
All
b
c
e
f
m
n
p
r
s
t
u
v
Functions
Enumerations
Enumerator
Macros
+
Structures
Data Structures
+
Data Fields
+
All
b
c
d
e
f
i
m
o
p
r
s
t
w
+
Variables
b
c
d
e
f
i
m
o
p
r
s
t
w
Examples
Supplementary
•
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
library
public
eaarlio
version.h
Go to the documentation of this file.
1
#ifndef EAARLIO_VERSION_H
2
#define EAARLIO_VERSION_H
3
40
#define EAARLIO_VERSION_MAJOR 1
41
49
#define EAARLIO_VERSION_MINOR 0
50
58
#define EAARLIO_VERSION_PATCH 1
59
77
/* #undef EAARLIO_VERSION_PRERELEASE */
78
/* Ugly hack to make Doxygen document it even when it's undefined */
79
#ifdef _DOXYGEN_
80
#ifndef EAARLIO_VERSION_PRERELEASE
81
#define EAARLIO_VERSION_PRERELEASE
82
#endif
83
#endif
84
96
#define EAARLIO_VERSION_GIT "71abbd4"
97
/* Ugly hack to make Doxygen document it even when it's undefined */
98
#ifdef _DOXYGEN_
99
#ifndef EAARLIO_VERSION_GIT
100
#define EAARLIO_VERSION_GIT
101
#endif
102
#endif
103
113
#define EAARLIO_VERSION "1.0.1+71abbd4"
114
115
#endif
Generated by
1.8.13