Constant can_execv [src]
Tells whether calling the execv or execve functions will be a compile error.
Source
pub const can_execv = switch (native_os) {
.windows, .haiku, .wasi => false,
else => true,
}
pub const can_execv = switch (native_os) {
.windows, .haiku, .wasi => false,
else => true,
}