Skip to main content

xmlXPathPopNumber

Function xmlXPathPopNumber 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlXPathPopNumber( ctxt: *mut c_void, ) -> c_double
Expand description

double xmlXPathPopNumber(xmlXPathParserContextPtr ctxt).

§SAFETY

  • ctxt must be a valid parser context or NULL.