Skip to main content

xmlStrncasecmp

Function xmlStrncasecmp 

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

Case-insensitive comparison with length limit.

ยงUPSTREAM-PARITY

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