libzed 1.11.4
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#pragma once
2
8namespace z {
9
11extern const char *const VERSION;
12
14extern const char *const CXX_VERSION;
15
16} // namespace z
const char *const VERSION
The current libzed version.
const char *const CXX_VERSION
The C++ std version this library was compiled with.