toaruos/libc
2018-05-01 17:12:56 +09:00
..
access.c Integrate auto-dep into build system through make file generation 2018-04-17 21:49:56 +09:00
assert.c print a message on assert failure 2018-03-01 23:15:49 +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
dir.c init 2018-02-25 14:13:54 +09:00
errorno.c init 2018-02-25 14:13:54 +09:00
execvp.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
getenv.c just gobs of stuff 2018-02-25 17:14:43 +09:00
gettimeofday.c init 2018-02-25 14:13:54 +09:00
ioctl.c init 2018-02-25 14:13:54 +09:00
localtime.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
main.c just gobs of stuff 2018-02-25 17:14:43 +09:00
malloc.c Don't use my given name in copyright headers; update everything to 2018 because why not 2018-05-01 17:12:56 +09:00
math.c Add some more math functions and two graphical demos 2018-04-17 16:48:47 +09:00
memcpy.c init 2018-02-25 14:13:54 +09:00
memmove.c init 2018-02-25 14:13:54 +09:00
memset.c init 2018-02-25 14:13:54 +09:00
mkdir.c Port ramdisk migration tool from python to c 2018-03-15 19:30:04 +09:00
mount.c Add mount 2018-02-28 15:04:46 +09:00
printf.c Fix printf width calculations 2018-04-29 16:32:35 +09:00
puts.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
pwd.c Don't use my given name in copyright headers; update everything to 2018 because why not 2018-05-01 17:12:56 +09:00
qsort.c fix implicity def for memcpy in qsort 2018-04-21 22:08:04 +09:00
stat.c init 2018-02-25 14:13:54 +09:00
stdio.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
str.c init 2018-02-25 14:13:54 +09:00
strftime.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
system.c Build cleanups 2018-03-01 12:55:28 +09:00
time.c Add some time stuff to libc 2018-03-02 21:22:49 +09:00
unistd.c Pass same CFLAGS for libc 2018-04-25 21:39:55 +09:00
wait.c init 2018-02-25 14:13:54 +09:00
wcwidth.c just gobs of stuff 2018-02-25 17:14:43 +09:00