Skip to main content

xmlXPathIsInf

Function xmlXPathIsInf 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathIsInf(val: c_double) -> c_int
Expand description

int xmlXPathIsInf(double val) — 1 for +inf, -1 for -inf, 0 otherwise.