Macro endl
Source macro_rules! endl {
() => { ... };
}
Expand description
Print a newline character and flush the standard output buffer.
§Parameters
- (none): This macro takes no arguments.
§Returns
- Nothing. This macro prints
\n
and flushes the output.