Skip to main content

soil_main

Function soil_main 

Source
#[unsafe(no_mangle)]
pub extern "C" fn soil_main( entry: Option<extern "C" fn(*mut SoilRuntime) -> c_int>, ) -> c_int
Expand description

The trivial main wrapper (design §3.10): init, hand the runtime to the host’s entry function, tear down, return its exit code.