toaruos/libc
2018-05-08 17:03:04 +09:00
..
assert Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
ctype add ctype.h 2018-05-04 12:17:32 +09:00
dirent Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
errno Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
ioctl Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
math Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
pwd Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
signal Break up unistd into separate files for each function 2018-05-02 12:20:06 +09:00
stdio stdio fgets and stuff that actually kinda work correctly 2018-05-04 17:53:31 +09:00
stdlib Add incredibly bad atof 2018-05-02 19:43:33 +09:00
string strncmp 2018-05-04 12:21:52 +09:00
sys Add stub network functions - headers need reorg 2018-05-04 12:40:18 +09:00
time Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
unistd Add getopt, getopt_long 2018-05-02 18:58:47 +09:00
wchar Use subdirectories for libc based on headers 2018-05-02 11:59:30 +09:00
crt0.s Fixup std lib includes for full build from scratch with just basic gcc 2018-03-16 22:40:23 +09:00
crti.s Fixup std lib includes for full build from scratch with just basic gcc 2018-03-16 22:40:23 +09:00
crtn.s Fixup std lib includes for full build from scratch with just basic gcc 2018-03-16 22:40:23 +09:00
main.c Make some fixes to libc and linker to allow environ to be set before initializers run 2018-05-08 17:03:04 +09:00