scan_fmt

Macro scanln_fmt_some

Source
macro_rules! scanln_fmt_some {
    ($($arg:tt)*) => { ... };
}
Expand description

(a,+) = scanln_fmt_some!( format_string, types,+ )

Same as scan_fmt_some!(), but reads input string from stdin.