Skip to main content

xmlStrEqual

Function xmlStrEqual 

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

Check if two xmlChar strings are equal.

ยงUPSTREAM-PARITY

int xmlStrEqual(const xmlChar *str1, const xmlChar *str2);

Returns 1 if equal, 0 if not. NULL-safe.