// devela::sys::os::term::ansi::macro
//
//! Defines the [`ansi!`] macro.
//
// NOTES:
// - features are in sync with /src/sys/os/print/mod.rs.
// - different macros are necessary to avoid evaluating the feature-bounds on user time.
// - versions differ only in having support for printing, and in the Ansi print method called.
// _DOC_ANSI
// _ansi_define
crate_linux_syscall!
crate_std_not_linux_syscall!
crate_not_std_or_linux_syscall!
cratestructural_mods!