No description
Find a file
Dennis Felsing 5bec5bc6fd
Merge pull request #6 from m4ul3r/patch-1
Missing backtick on x86_64 syscall declaration
2024-07-07 10:17:20 +02:00
src Missing backtick 2024-07-07 00:39:22 -04:00
.gitignore Initial commit 2015-05-04 04:49:17 +02:00
circle.yml Fix circle.yml 2016-06-08 02:51:36 +02:00
license.txt Update license 2016-06-08 02:53:13 +02:00
readme.md Add example to readme 2015-05-04 05:20:02 +02:00
syscall.nimble Make circle ci work with nimble 2016-06-08 02:41:57 +02:00

Raw System Calls for Nim Build Status

Low level system calls, currently Linux x86 & x86_64 only, but meant to be extended on demand.

Example

discard syscall(WRITE, 1, cstring("Hello!\n"), 7)