macro_rules! fprint { ($file:expr, $($arg:tt)*) => { ... }; ($file:expr;$mode:literal;$($arg:tt)*) => { ... }; }