Function sys_argc

Source
#[no_mangle]
pub extern "C" fn sys_argc() -> usize
Expand description

Retrieves the count of arguments provided to program execution.

NOTE: Repeated calls to sys_argc are not guaranteed to result in the same data being returned. Returned data is entirely in the control of the host.