syscall

Raw system calls for Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MPL
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

Installation

nimble install syscall
choosenim install syscall
git clone https://github.com/def-/nim-syscall

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
syscall - - - - - - -

Source

Repository https://github.com/def-/nim-syscall
Homepage https://github.com/def-/nim-syscall
Registry Source nimble_official

README

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)