Function std::os::getenv

pub fn getenv(n: &str) -> Option<~str>

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