Macro io_synesthesist::writeln_number [] [src]

macro_rules! writeln_number {
    ($number: expr) => { ... };
    ($number: expr, $out: expr) => { ... };
}

The writeln_number macro writes to output the number with a breakline and returns the Some 0i32 or None according to success.