logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcapi_version - return machine-usable version number of kcapi library

Arguments

void
           no arguments

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       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.

       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.

       return Version number of kcapi library

Name

       kcapi_version - return machine-usable version number of kcapi library

Synopsis

uint32_tkcapi_version(void);

See Also