29jm / SnowflakeOS

"It is very special"
https://jmnl.xyz
MIT License
316 stars 18 forks source link

sprintf implementation #9

Closed 29jm closed 3 years ago

29jm commented 3 years ago

There's a printf function, but no sprintf, snprintf etc... which are really useful, and used in most C apps (including DOOM).

Integrating stb_printf in SnowflakeOS seems like a good idea: it's fully-featured and extensively tested (compared to anything we could hand-roll).

Some pointers:

29jm commented 3 years ago

Closed by 3b55ee5bd97c606feb61457edd9bc0cdba67cc61 !