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
e764647133
Luna
/
libs
/
libc
/
src
History
apio
feb8c1c31b
libc: Implement strchr()
2022-10-11 19:50:18 +02:00
..
bits
Define PAGE_SIZE as 4096 and use it everywhere instead of using 4096 as a magic number
2022-10-08 14:52:28 +02:00
luna
libc: Enable even more warnings
2022-10-07 18:19:06 +02:00
sys
Avoid magic numbers
2022-10-08 14:44:48 +02:00
errno.cpp
Kernel, libc and userspace: Add basic errno support.
2022-10-08 12:06:09 +02:00
fcntl.cpp
libc: Implement wrappers for sys_{open,read,write}
2022-10-10 20:45:26 +02:00
file.cpp
libc: Implement ferror() and feof()
2022-10-11 16:57:08 +02:00
luna.cpp
Kernel, libc and userspace: Add basic errno support.
2022-10-08 12:06:09 +02:00
printf.cpp
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
stdio.cpp
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
stdlib.cpp
Kernel, libc: Add support for providing a status code to exit()
2022-10-08 17:56:40 +02:00
string.cpp
libc: Implement strchr()
2022-10-11 19:50:18 +02:00
unistd.cpp
libc: Implement wrappers for sys_{open,read,write}
2022-10-10 20:45:26 +02:00