[][src]Macro cortex_m_semihosting::syscall

macro_rules! syscall {
    ($nr:ident) => { ... };
    ($nr:ident, $a1:expr) => { ... };
    ($nr:ident, $a1:expr, $a2:expr) => { ... };
    ($nr:ident, $a1:expr, $a2:expr, $a3:expr) => { ... };
    ($nr:ident, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { ... };
}

Variable argument version of syscall