Usermode/libc - Fixed implementation of atexit and printf
authorJohn Hodge <[email protected]>
Thu, 4 Aug 2011 00:03:03 +0000 (08:03 +0800)
committerJohn Hodge <[email protected]>
Thu, 4 Aug 2011 00:03:03 +0000 (08:03 +0800)
commitcd0a4d84497fe89a8680ac0b881007ab6e97f44d
treed377be4dba041599acfd3c9c89708012bfc33863
parent2d5be645aa0b43da6e6d3746de4a1c527f106954
Usermode/libc - Fixed implementation of atexit and printf

- *printf now supports string precision and padding
- atexit implemented fully, but may not actually work
Usermode/Libraries/crt0.o_src/crt0.asm
Usermode/Libraries/libc.so_src/fileIO.c
Usermode/Libraries/libc.so_src/stdlib.c
Usermode/Libraries/libc.so_src/string.c
Usermode/include/string.h

UCC git Repository :: git.ucc.asn.au