Library Version 12.1.3.1
#include <kvstore.h> void kv_version_c(kv_int_t *major, kv_int_t *minor, kv_int_t *patch)
Identifies the version information for the C API library. Versions consist of major, minor and patch numbers.
The major parameter identifies the store's major release number.
The minor parameter identifies the store's minor release number.
The patch parameter identifies the store's patch release number.
Store and Library Operations