21#define RC_LIB_VERSION_MAJOR 1
22#define RC_LIB_VERSION_MINOR 0
23#define RC_LIB_VERSION_PATCH 5
24#define RC_LIB_VERSION_HEX ((RC_LIB_VERSION_MAJOR << 16) | \
25 (RC_LIB_VERSION_MINOR << 8) | \
26 (RC_LIB_VERSION_PATCH))
const char * rc_version_string(void)
gets a string representation of the current library version.
unsigned int rc_version(void)
get an integer representation of the library version
void rc_version_print(void)
prints a string representation of the current library version to stdout with no trailing newline char...