kv_version_c()
#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.
Parameters
- 
                        major The major parameter identifies the store's major release number. 
- 
                        minor The minor parameter identifies the store's minor release number. 
- 
                        patch The patch parameter identifies the store's patch release number. 
See Also