Open ParadoxZero opened 6 years ago
The current implementation of printf leaves much to be desired. Re-implement it to a better version.
printf
File: libc/stdio/printf.c
libc/stdio/printf.c
So , you mean a modified version of printf using an user defined function???
Nope, talking about the libk version of printf kernel functions to be used before user mode exists.
The current implementation of
printf
leaves much to be desired. Re-implement it to a better version.File:
libc/stdio/printf.c