Helper Reference Manual
1.7.1
|
Helper library version.
Macros | |
#define | ODPH_VERSION_GENERATION 1 |
ODP helper generation version. More... | |
#define | ODPH_VERSION_MAJOR 7 |
ODP helper major version. More... | |
#define | ODPH_VERSION_MINOR 1 |
ODP helper minor version. More... | |
Functions | |
const char * | odph_version_str (void) |
ODP helper version string. More... | |
#define ODPH_VERSION_GENERATION 1 |
#define ODPH_VERSION_MAJOR 7 |
#define ODPH_VERSION_MINOR 1 |
const char* odph_version_str | ( | void | ) |
ODP helper version string.
The version string defines the helper library version in this format:
<generation>.<major>.<minor>
The string is null terminated.
This function may be called before ODP initialization.