Global Variable environ [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
Type
[][*:0]u8
Source
pub var environ: [][*:0]u8 = undefined