helos1/extlib/pdlibc
Edgaru089 98f92a9958 makefile: move pdlibc to extlib, add C++ stub standard headers
It now kind of compiles with x86_64-elf gcc (does not link though)
2021-11-04 20:15:58 +08:00
..
include makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
abs.c makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
memcmp.c makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
README makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
strncat.c makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
strncmp.c makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +08:00
strncpy.c makefile: move pdlibc to extlib, add C++ stub standard headers 2021-11-04 20:15:58 +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.