[][src]Function mwatch_sdk::entry_point

#[no_mangle]
pub extern "C" fn entry_point() -> i32

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.