helos1/libc
2021-10-10 14:11:45 +08:00
..
include Initial commit 2021-10-10 14:11:45 +08:00
abs.c Initial commit 2021-10-10 14:11:45 +08:00
memcmp.c Initial commit 2021-10-10 14:11:45 +08:00
README Initial commit 2021-10-10 14:11:45 +08:00
strncat.c Initial commit 2021-10-10 14:11:45 +08:00
strncmp.c Initial commit 2021-10-10 14:11:45 +08:00
strncpy.c Initial commit 2021-10-10 14:11:45 +08:00

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.