1
0
Fork 0
forked from len0rd/rockbox

include the sprintf.h header, basicly for simulator purposes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-04-25 12:36:52 +00:00
parent 004f690405
commit ed155ccc39

View file

@ -29,6 +29,7 @@
#include <stdbool.h>
#include "file.h" /* for write(), used in fprintf() */
#include "sprintf.h" /* to allow the simulator magic */
static const char hexdigit[] = "0123456789ABCDEF";