pub unsafe extern "C" fn args_get(arg0: i32, arg1: i32) -> i32
Expand description

Read command-line argument data. The size of the array should match that returned by args_sizes_get. Each argument is expected to be \0 terminated.