1KCAPI_VERSION(3) Programming Interface KCAPI_VERSION(3)
2
3
4
6 kcapi_version - return machine-usable version number of kcapi library
7
9 uint32_t kcapi_version(void);
10
12 void
13 no arguments
14
16 The function returns a version number that is monotonic increasing for
17 newer versions. The version numbers are multiples of 100. For example,
18 version 1.2.3 is converted to 1020300 -- the last two digits are
19 reserved for future use.
20
21 The result of this function can be used in comparing the version number
22 in a calling program if version-specific calls need to be make.
23
24 return Version number of kcapi library
25
27 Stephan Mueller <smueller@chronox.de>
28 Author.
29
31libkcapi Manual 1.2.0 August 2020 KCAPI_VERSION(3)