svn_version_ext_build_host

Function svn_version_ext_build_host 

Source
pub unsafe extern "C" fn svn_version_ext_build_host(
    ext_info: *const svn_version_extended_t,
) -> *const c_char
Expand description

Accessor for svn_version_extended_t.

@return The canonical host triplet (arch-vendor-osname) of the system where libsvn_subr was compiled.

@note On Unix-like systems (includng Mac OS X), this string is the same as the output of the config.guess script.

@since New in 1.8.