// devela::sys::os::print
//
//! OS print related macros.
//!
//! Generates the macros: `os_print`, `os_println`, `os_eprint`, `os_eprintln`.
//
// NOTE: It's necessary to duplicate the macros because the `cfg` attribute
// checks the features of the current crate, not the current library.
//
// NOTE: `linux` version has preference over `std` version.
// std, not(linux)
crateitems!
// *linux, not(std)
// #[cfg(not(feature = "std"))]
crateitems!