Skip to main content

Argv

Type Alias Argv 

Source
pub type Argv = *const *const i8;
Expand description

[*:null]?[*:0]const u8 — null-terminated array of NUL-terminated C strings (the argv shape posix_spawn/execve accept). Build as Vec<*const c_char> with a trailing core::ptr::null(), then .as_ptr().