Skip to content
Snippets Groups Projects
Forked from redox-os / relibc
2504 commits behind the upstream repository.
Dan Robertson's avatar
Dan Robertson authored
The current implementation of open requires the user to pass all three
args to the function. It should use a va_list and allow a user to
provide only the filename and flags.
e306e3f8
History

relibc

relibc is a portable POSIX C standard library written in Rust. It is under heavy development, and currently supports Redox and Linux.