|
ifw-odp 5.0.0
|
Functions | |
| const char * | clipm_version_get_revision (void) |
| Get the library's revision string. | |
| const char * | clipm_version_get_date (void) |
| Get the library's revision-date string. | |
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.