system

Macro system 

Source
macro_rules! system {
    ($e:expr) => { ... };
    ($($e:tt)+) => { ... };
}
Expand description

Creates command with c_lit macro and pass it to system call