[][src]Function wasi::args_get

pub unsafe fn args_get(argv: *mut *mut u8, argv_buf: *mut u8) -> Result<()>

Read command-line argument data. The size of the array should match that returned by wasi_args_sizes_get()