General Utility Library for C++17 25.4.1
version.h
Go to the documentation of this file.
1
23#ifndef GUL17_VERSION_H_
24#define GUL17_VERSION_H_
25
26#include "gul17/internal.h"
27
28namespace gul17 {
29
33GUL_EXPORT
34extern char const* version;
35
36} // namespace gul17
37
38#endif
Definition of macros used internally by GUL.
Namespace gul17 contains all functions and classes of the General Utility Library.
Definition doxygen.h:26
GUL_EXPORT char const * version
Holds the version of the library.