GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_VERSION(7) FreeBSD Miscellaneous Information Manual TICKIT_VERSION(7)

tickit_version_* - libtickit version queries

#define TICKIT_VERSION_MAJOR
#define TICKIT_VERSION_MINOR
#define TICKIT_VERSION_PATCH

int tickit_version_major(void);
int tickit_version_minor(void);
int tickit_version_patch(void);

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.

Each tickit_version_*() function returns a version integer.

tickit(7)

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.