macro_rules! banner_text {
($text:expr) => { ... };
}
Expand description
Register a simple text banner that prints a single line and a newline.
macro_rules! banner_text {
($text:expr) => { ... };
}
Register a simple text banner that prints a single line and a newline.