This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
329
Commits
3
Branches
21
Tags
11
MiB
4a5db1dca7
Commit Graph
4 Commits
Author
SHA1
Message
Date
apio
2f46e46aa4
libc: Implement fwrite()
...
Now that we have the write() syscall and libc wrapper, fwrite can finally be implemented.
2022-10-11 21:09:30 +02:00
apio
6c51477197
libc: Implement ferror() and feof()
2022-10-11 16:57:08 +02:00
apio
4f2b3ce5d1
fclose: restore errno after call to free() if close() fails
2022-10-10 21:18:24 +02:00
apio
93f6be9319
libc: Implement the start of a FILE* API (the standard, portable C way of doing file stuff)
2022-10-10 21:08:57 +02:00