ninput

Macro input

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