Function getPosix [src]

Prototype

pub fn getPosix(comptime ev: EnvVar) ?[:0]const u8

Parameters

ev: EnvVar

Source

pub fn getPosix(comptime ev: EnvVar) ?[:0]const u8 { return std.posix.getenvZ(@tagName(ev)); }