macro_rules! syscall1 {
    ($nr:ident, $a1:expr) => { ... };
}
Expand description

Macro version of syscall1.