add a fprintf() for the sims too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6005 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56337006ff
commit
bd8d576e1a
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ int vsnprintf (char *buf, int size, const char *fmt, __VALIST ap);
|
|||
#ifdef SIMULATOR
|
||||
typedef void FILE;
|
||||
int vfprintf(FILE *stream, const char *format, __VALIST ap);
|
||||
int fprintf(FILE *stream, const char *format, ...);
|
||||
#ifdef WIN32
|
||||
#define FILENAME_MAX 260 /* ugly hard-coded value of a limit that is set
|
||||
in file.h */
|
||||
|
|
Loading…
Reference in a new issue