Skip to main content

xmlSaveFlush

Function xmlSaveFlush 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveFlush( ctxt: *mut _xmlSaveCtxt, ) -> c_int
Expand description

int xmlSaveFlush(xmlSaveCtxt *ctxt) — flush the output buffer.

§SAFETY

  • ctxt must be a valid save context.