lv_strncmp

Function lv_strncmp 

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

Compare two strings up to a given size

ยงSafety

This function is unsafe because it dereferences raw pointers.