Macro env

Source
macro_rules! env {
    ($tag:expr, $id:expr, $env_var_name:expr) => { ... };
}
Expand description

Generate a static item containing the given environment variable, and return its EntryAddr.