Skip to main content

xmlOutputBufferWriteString

Function xmlOutputBufferWriteString 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlOutputBufferWriteString( out: *mut _xmlOutputBuffer, str: *const c_char, ) -> c_int
Expand description

Write a string to an output buffer.

ยงUPSTREAM-PARITY

int xmlOutputBufferWriteString(xmlOutputBufferPtr out, const char *str);