[−][src]Function mynewt::kernel::os::os_init
pub unsafe extern "C" fn os_init(
fn_: Option<unsafe extern "C" fn(argc: c_int, argv: *mut *mut c_char) -> c_int>
)
Initialize the OS, including memory areas and housekeeping functions. This calls into the architecture specific OS initialization.
fn
: The system "main" function to start the main task with.