nim-syscall icon indicating copy to clipboard operation
nim-syscall copied to clipboard

Raw system calls for Nim

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)