File: tickit_version.7

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (20 lines) | stat: -rw-r--r-- 743 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH TICKIT_VERSION 7
.SH NAME
tickit_version_* \- \fIlibtickit\fP version queries
.SH SYNOPSIS
.EX
.B #define TICKIT_VERSION_MAJOR
.B #define TICKIT_VERSION_MINOR
.B #define TICKIT_VERSION_PATCH
.sp
.BI "int tickit_version_major(void);"
.BI "int tickit_version_minor(void);"
.BI "int tickit_version_patch(void);"
.EE
.sp
.SH 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.
.SH "RETURN VALUE"
Each \fBtickit_version_*\fP() function returns a version integer.
.SH "SEE ALSO"
.BR tickit (7)