There was an error fetching the commit references. Please try again later.
Usermode/libc - Fixed implementation of atexit and printf
- *printf now supports string precision and padding - atexit implemented fully, but may not actually work
Showing
- Usermode/Libraries/crt0.o_src/crt0.asm 11 additions, 0 deletionsUsermode/Libraries/crt0.o_src/crt0.asm
- Usermode/Libraries/libc.so_src/fileIO.c 76 additions, 37 deletionsUsermode/Libraries/libc.so_src/fileIO.c
- Usermode/Libraries/libc.so_src/stdlib.c 4 additions, 0 deletionsUsermode/Libraries/libc.so_src/stdlib.c
- Usermode/Libraries/libc.so_src/string.c 15 additions, 5 deletionsUsermode/Libraries/libc.so_src/string.c
- Usermode/include/string.h 2 additions, 1 deletionUsermode/include/string.h
Please register or sign in to comment