Function pkgcraft::atom::version::pkgcraft_version_str
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_version_str(
v: *mut AtomVersion
) -> *mut c_charExpand description
Return a version’s string value without operator.
Safety
The version argument should be a non-null Version pointer.