Skip to content

kubo39/syscall.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

syscall interface for Crystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published