syscalls 0.3.2

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