Macro moros::syscall

source ·
macro_rules! syscall {
    ($n:expr) => { ... };
    ($n:expr, $a1:expr) => { ... };
    ($n:expr, $a1:expr, $a2:expr) => { ... };
    ($n:expr, $a1:expr, $a2:expr, $a3:expr) => { ... };
    ($n:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { ... };
}