[−][src]Function avr_libc::eeprom_write_block
pub unsafe extern "C" fn eeprom_write_block(
__src: *const c_void,
__dst: *mut c_void,
__n: size_t
)
\ingroup avr_eeprom Write a block of \a __n bytes to EEPROM address \a __dst from \a __src. \note The argument order is mismatch with common functions like strcpy().