Function mwatch_sdk::entry_point

source ·
#[no_mangle]
pub unsafe extern "C" fn entry_point(table: *mut Table) -> i32
Expand description

The function called by the host to start us up. Does some setup, then jumps to a function called main defined by the actual application using this crate.