Skip to main content

RT_MEMCMP

Constant RT_MEMCMP 

Source
pub const RT_MEMCMP: u32 = 30;
Expand description

Byte-by-byte memory comparison: memcmp(ptr_a: i32, ptr_b: i32, len: i32) -> i32 Returns 1 if all bytes match, 0 otherwise.