Function esp32_hal::mem::memset[][src]

#[no_mangle]
pub unsafe extern "C" fn memset(
    s: *mut u8,
    c: u32,
    n: usize
) -> *mut u8
Expand description

Fills n-bytes with byte sized value