ticable_get_version Function

cabl_int.h

const char* ticable_get_version(void);

Parameters

Return value
a string like "X.Y.Z".


Summary

Returns the library version.

Description

This function returns the library version as a string. The string has the following format:
- X = major number
- Y = minor number
- Z = micro or release number

When X is increased, there is a major change and the library is not backward compatible with a previous release.


Return to the API index