Function rc_version#
Defined in File version.h
Function Documentation#
-
unsigned int rc_version(void)#
get an integer representation of the library version
8 bits are used for each component, with the patch number stored in the 8 least significant bits. E.g. for version 1.2.3 this would be 0x010203.
- Returns:
integer representation of the library version