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