Andreas Dietrich

Results 2 comments of Andreas Dietrich

Thanks for having a look. stb_sprintf is a more complete alternative to the standard printf. It supports more formats and types (e.g., float, which can be useful for displaying percentage...

Actually, there is one more thing I forgot: stb_sprintf.h also provides vsnprintf(), which checks the buffer size. At the moment SGDK only provides vsprintf() which could result in buffer overflows,...