1TICKIT_VERSION(7)      Miscellaneous Information Manual      TICKIT_VERSION(7)
2
3
4

NAME

6       tickit_version_* - libtickit version queries
7

SYNOPSIS

9       #define TICKIT_VERSION_MAJOR
10       #define TICKIT_VERSION_MINOR
11       #define TICKIT_VERSION_PATCH
12
13       int tickit_version_major(void);
14       int tickit_version_minor(void);
15       int tickit_version_patch(void);
16
17

DESCRIPTION

19       These  three  macros  provide  the  version  numbers of the development
20       header at compiletime. The related functions return the version numbers
21       from  the  running  library.  Between them they can be used to check at
22       program startup that the library version is  suitable  to  support  the
23       running program.
24

RETURN VALUE

26       Each tickit_version_*() function returns a version integer.
27

SEE ALSO

29       tickit(7)
30
31
32
33                                                             TICKIT_VERSION(7)
Impressum