Function risc0_zkvm_platform::syscall::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.