Skip to main content

xmlParserInputRead

Function xmlParserInputRead 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlParserInputRead( _in_: *mut _xmlParserInput, _len: c_int, ) -> c_int
Expand description

Deprecated: reading directly from an input stream is an error.

§UPSTREAM-PARITY

int xmlParserInputRead(xmlParserInputPtr in, int len);