use env;
use crateBrickLang;
/// Returns the value of the environment variable CC (or CXX if cpp)
/// if it's not found, will return "cc" (or "c++" if cpp)
/// Returns the value of the environment variable AR
/// if it's not found, will return "ar"