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
12bc59ead5
Luna
/
libc
/
include
History
apio
12bc59ead5
Some checks failed
continuous-integration/drone/push
Build is failing
Details
libc: Add strspn, strcspn, and strtok declarations to string.h
2023-03-12 10:39:38 +01:00
..
bits
libc: Add assert.h
2023-01-22 12:51:30 +01:00
sys
kernel+libc: Implement read()
2023-03-11 18:02:50 +01:00
assert.h
libc: Add assert.h
2023-01-22 12:51:30 +01:00
ctype.h
Unify libc header descriptions
2023-01-08 15:29:30 +01:00
errno.h
Remove the word 'header' from libc header descriptions
2023-01-07 11:39:15 +01:00
fcntl.h
kernel+libc: Start interfacing with the VFS from userspace (open & close)
2023-03-11 17:45:20 +01:00
stdio.h
libc: Implement fopen, fclose, fread, feof, ferror, and clearerr
2023-03-12 10:23:08 +01:00
stdlib.h
libc: Implement wcstombs()
2023-01-14 11:59:08 +01:00
string.h
libc: Add strspn, strcspn, and strtok declarations to string.h
2023-03-12 10:39:38 +01:00
time.h
libc: Add a wide range of time manipulation functions, including reentrant variants
2023-01-13 21:06:27 +01:00
unistd.h
kernel+libc: Add getpid()
2023-03-11 22:19:58 +01:00