lv_strcmp

Function lv_strcmp 

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

Compare two strings

ยงSafety

This function is unsafe because it dereferences raw pointers.