input

Macro input 

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