dreamos82 / Dreamos64

My experiments with osdev... again
160 stars 8 forks source link

vsprintf improvements #125

Open dreamos82 opened 2 years ago

dreamos82 commented 2 years ago

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.)