Skip to main content

xmlSaveFormatFile

Function xmlSaveFormatFile 

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

Save a document to a file with format.

ยงUPSTREAM-PARITY

int xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format);