tetsy_macros

Macro flushln

Source
macro_rules! flushln {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}