Initial commit

This commit is contained in:
2021-10-10 14:39:17 +08:00
commit d25da95e1e
135 changed files with 19184 additions and 0 deletions

11
libc/README Normal file
View File

@ -0,0 +1,11 @@
The C library code here mostly comes from The Public Domain C Library (pdclib).
Get it here: https://rootdirectory.de/doku.php?id=pdclib:start
and here's the repo: https://github.com/DevSolar/pdclib
The original code is licensed under CC0 (Public Domain), and I'm really having a hard time
keeping track which file has been modified and how, etc.