clean up stb_sprintf; implementation of fprintf et al, remove
This commit is contained in:
parent
f7a8a193c2
commit
d0d868433e
5 changed files with 167 additions and 57 deletions
|
@ -5,6 +5,7 @@
|
|||
#define volatile
|
||||
#define register
|
||||
#define const
|
||||
#define NULL ((void*)0)
|
||||
|
||||
typedef unsigned char uint8_t;
|
||||
typedef char int8_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue