Macro getstr

Source
macro_rules! getstr {
    () => { ... };
}
Expand description

Gets a string from stdin. Output trimmed.