summaryrefslogtreecommitdiff
path: root/include/string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include: create the basics of a libcDanny Holman2 days1-0/+39
Create the most basic files for a POSIX-conformant standard C library implementation. These basic files should be enough to get the bootloader and kernel off the ground and not much else. Additional testing should be done on these files. Signed-off-by: Danny Holman <dholman@gymli.org>