Macro miniz_oxide_c_api::unmangle[][src]

macro_rules! unmangle {
    ($($it : item) *) => { ... };
}
Expand description

Unmangle the wrapped functions if no_c_export is not defined. For benchmarks, and other comparisons where we want to have both the miniz and miniz_oxide functions available, functions shouldn not be marked no_mangle since that will cause conflicts.