Skip to main content

xmlBufferLength

Function xmlBufferLength 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlBufferLength(buf: *const _xmlBuffer) -> c_int
Expand description

Get buffer length.

ยงUPSTREAM-PARITY

int xmlBufferLength(const xmlBuffer *buf);