'\" t .\" Title: kcapi_version .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: February 2022 .\" Manual: Programming Interface .\" Source: libkcapi Manual 1.4.0 .\" Language: English .\" .TH "KCAPI_VERSION" "3" "February 2022" "libkcapi Manual 1\&.4\&.0" "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" kcapi_version \- return machine\-usable version number of kcapi library .SH "SYNOPSIS" .HP \w'uint32_t\ kcapi_version('u .BI "uint32_t kcapi_version(" "void" ");" .SH "ARGUMENTS" .PP \fIvoid\fR .RS 4 no arguments .RE .SH "DESCRIPTION" .PP .PP The function returns a version number that is monotonic increasing for newer versions\&. The version numbers are multiples of 100\&. For example, version 1\&.2\&.3 is converted to 1020300 \-\- the last two digits are reserved for future use\&. .PP The result of this function can be used in comparing the version number in a calling program if version\-specific calls need to be make\&. .PP \fIreturn\fR Version number of kcapi library .SH "AUTHOR" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br