ParadoxZero / paradoxOS

Unix unlike operating system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re implement printf

ParadoxZero opened this issue · comments

The current implementation of printf leaves much to be desired.
Re-implement it to a better version.

File: 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.