dreamos82 / Dreamos64

My experiments with osdev... again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vsprintf improvements

dreamos82 opened this issue · comments

Currently only a subset of vsprintf specifiers are implemented (and not all are probably implemented using the correct data type)

The current ones needs to be checked if the datatype used/returned is correct or fix it.

And the length specifiers should be implemented too (at least %lu %ld, etc.)