syscall

Raw system calls for Nim


Need help? Read Nimble

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)

Author: def-

Licence: MPL

Project website

Docs