[src]

Function std::os::getenv_as_bytes

pub fn getenv_as_bytes(n: &str) -> Option<~[u8]>

Fetches the environment variable n byte vector from the current process, returning None if the variable isn't set.

Failure

Fails if n has any interior NULs.