tickit_version_* - libtickit version queries
Contents
Description
These three macros provide the version numbers of the development header at compiletime. The related
functions return the version numbers from the running library. Between them they can be used to check at
program startup that the library version is suitable to support the running program.
Name
tickit_version_* - libtickit version queries
Return Value
Each tickit_version_*() function returns a version integer.
See Also
tickit(7)
TICKIT_VERSION(7)
Synopsis
#defineTICKIT_VERSION_MAJOR#defineTICKIT_VERSION_MINOR#defineTICKIT_VERSION_PATCHinttickit_version_major(void);inttickit_version_minor(void);inttickit_version_patch(void);
