|
ifw-odp
2.0.0-alpha
|
Functions | |
| const char * | clipm_version_get_revision (void) |
| Get the library's revision string. More... | |
| const char * | clipm_version_get_date (void) |
| Get the library's revision-date string. More... | |
This module provides example functions to access the library's version information.
The library version applies to all components of the clipm, and changes if any of the component libraries changes.
| const char* clipm_version_get_date | ( | void | ) |
Get the library's revision-date string.
The function returns a pointer to the date string of the library's revision.
| const char* clipm_version_get_revision | ( | void | ) |
Get the library's revision string.
The function returns a pointer to the revision string of the library.
1.8.5