m4ul3r / nim-syscall

Raw system calls for Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Raw system calls for Nim

License:MIT License


Languages

Language:Nim 100.0%