wasi

Function args_sizes_get

Source
pub unsafe fn args_sizes_get() -> Result<(Size, Size), Errno>
Expand description

Return command-line argument data sizes.

ยงReturn

Returns the number of arguments and the size of the argument string data, or an error.