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
580
Commits
3
Branches
21
Tags
11
MiB
fa35e883d7
Commit Graph
5 Commits
Author
SHA1
Message
Date
apio
fa35e883d7
libc: Stub out strftime
2022-10-23 10:01:03 +02:00
apio
81c337cf9a
libc: Add struct tm and localtime(), gmtime() stubs
2022-10-22 12:17:48 +02:00
apio
bf026d0dea
libc: Add bad time() function
...
It's just an alias for clock(). Which is not good. But it's a stub, that's the point.
2022-10-21 18:32:01 +02:00
apio
b1739f7f0d
libc: Add support for the new clock() system call
2022-10-15 13:21:22 +02:00
apio
fcf5923cc0
WIP: Add a C Library, let's try to compile a Hosted GCC cross-compiler using this!
2022-10-01 20:59:22 +02:00