Function wasi::args_get

source · []
pub unsafe fn args_get(
    argv: *mut *mut u8,
    argv_buf: *mut u8
) -> Result<(), Errno>
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.