[][src]Function r0::init_data

pub unsafe fn init_data<T>(sdata: *mut T, edata: *mut T, sidata: *const T) where
    T: Word
[]

Initializes the .data section by copying it from the location indicated by sidata.

Arguments

Safety