Skip to main content

bzero

Function bzero 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn bzero(dst: *mut c_void, n: size_t)
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/009695399/functions/bzero.html.

ยงDeprecation

The bzero() function was marked legacy in the Open Group Base Specifications Issue 6, and removed in Issue 7.