1 2 3 4 5
#[cfg(target_os = "macos")] include!("osx.rs"); #[cfg(target_os = "linux")] include!(env!("LINUX_TERM_LIB"));