Function magic::libmagic_version
source · pub fn libmagic_version() -> c_int
Expand description
Returns the version of the libmagic
C library as reported by itself.
§Examples
A version of “5.41” is returned as 541
.
pub fn libmagic_version() -> c_int
Returns the version of the libmagic
C library as reported by itself.
A version of “5.41” is returned as 541
.