Skip to main content

GC_get_version

Function GC_get_version 

Source
pub unsafe extern "C" fn GC_get_version() -> c_uint
Expand description

Get the collector library version. The returned value is a constant in the form: ((version_major << 16) | (version_minor << 8) | version_micro).