Skip to main content

xmlStrncmp

Function xmlStrncmp 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlStrncmp( str1: *const xmlChar, str2: *const xmlChar, len: c_int, ) -> c_int
Expand description

Compare two xmlChar strings up to a given length.

ยงUPSTREAM-PARITY

int xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len);