write_hundreds

Macro write_hundreds 

Source
macro_rules! write_hundreds {
    ($f: ident, $n: expr) => { ... };
}