var environ: [][*:0]u8 = undefined;
[src]
See also getenv
. Populated by startup code before main(). TODO this is a footgun because the value will be undefined when using zig build-lib
. https://github.com/ziglang/zig/issues/4524
var environ: [][*:0]u8 = undefined;
See also getenv
. Populated by startup code before main(). TODO this is a footgun because the value will be undefined when using zig build-lib
. https://github.com/ziglang/zig/issues/4524