All Projects → def- → nim-syscall

def- / nim-syscall

Licence: MIT License
Raw system calls for Nim

Programming Languages

nim
578 projects

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].