#[unsafe(no_mangle)]pub unsafe extern "C" fn bcmp(
first: *const c_void,
second: *const c_void,
n: size_t,
) -> c_int๐Deprecated
Expand description
See https://pubs.opengroup.org/onlinepubs/009695399/functions/bcmp.html.
ยงDeprecation
The bcmp() function was marked legacy in the Open Group Base
Specifications Issue 6, and removed in Issue 7.