Skip to main content

syscall2

Function syscall2 

Source
pub unsafe fn syscall2(a: usize, b: usize, c: usize) -> Result<usize, Error>
Expand description

Invoke a syscall with two arguments (rdi, rsi).