syscalls 0.2.4

A list of Linux system calls.
Documentation
1
2
3
fn main() {
    cc::Build::new().file("src/syscall.c").compile("syscall");
}