Skip to main content

xmlFileOpen

Function xmlFileOpen 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlFileOpen( filename: *const c_char, ) -> *mut c_void
Expand description

Open a file and return a FILE * I/O context (cast to void *).

§UPSTREAM-PARITY

void *xmlFileOpen(const char *filename);