clean up stb_sprintf; implementation of fprintf et al, remove

This commit is contained in:
pommicket 2022-02-14 12:04:49 -05:00
parent f7a8a193c2
commit d0d868433e
5 changed files with 167 additions and 57 deletions

View file

@ -5,6 +5,7 @@
#define volatile
#define register
#define const
#define NULL ((void*)0)
typedef unsigned char uint8_t;
typedef char int8_t;