Function syscall0

Source
pub unsafe fn syscall0(n: usize) -> usize
Expand description

Issues a raw system call with 0 arguments.

§Safety

Running a system call is inherently unsafe. It is the caller’s responsibility to ensure safety.