rate_common
macro_rules! write_to_stdout { ($($arg:tt)*) => { ... }; }
This should be used for every write to stdout.