Raw System Calls for Nim [](https://circleci.com/gh/def-/nim-syscall)

May 4, 2015 ยท View on GitHub

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)