syscall.cr

syscall interface
HEAD Latest release released
kubo39/syscall.cr
17 2
Hiroki Noda

syscall.cr Build Status

Raw syscall interface for Crystal. Linux/OSX with x86_64 support only.

Example

include Syscall

str = "Hello!\n"
syscall(WRITE, 1_u64, str.to_unsafe, str.bytesize.to_u64)
syscall.cr:
  github: kubo39/syscall.cr
  
License MIT
Crystal 0.31.1

Authors

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently