Skip to main content

xmlSaveFile

Function xmlSaveFile 

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

Save a document to a file.

ยงUPSTREAM-PARITY

int xmlSaveFile(const char *filename, xmlDocPtr cur);