pub unsafe extern "C" fn wiredtiger_version(
majorp: *mut c_int,
minorp: *mut c_int,
patchp: *mut c_int,
) -> *const c_charExpand description
Get version information.
@snippet ex_all.c Get the WiredTiger library version #1 @snippet ex_all.c Get the WiredTiger library version #2
@param majorp a location where the major version number is returned @param minorp a location where the minor version number is returned @param patchp a location where the patch version number is returned @returns a string representation of the version