Function sysget_arg

Source
#[no_mangle]
pub extern "C" fn sysget_arg(
    index: usize,
) -> Optional<NonNullSlice<u8>>
Expand description

Get the argument at the given index.