Function linux_unsafe::raw::syscall3

source ·
pub unsafe fn syscall3(n: V, a0: V, a1: V, a2: V) -> V
Expand description

Call into a system function with three arguments.