summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/stdio.h b/firmware/include/stdio.h
index 968bd59aab..dd22f7d5b1 100644
--- a/firmware/include/stdio.h
+++ b/firmware/include/stdio.h
@@ -39,6 +39,7 @@ int vsnprintf (char *buf, int size, const char *fmt, __VALIST ap);
39#ifdef SIMULATOR 39#ifdef SIMULATOR
40typedef void FILE; 40typedef void FILE;
41int vfprintf(FILE *stream, const char *format, __VALIST ap); 41int vfprintf(FILE *stream, const char *format, __VALIST ap);
42int fprintf(FILE *stream, const char *format, ...);
42#ifdef WIN32 43#ifdef WIN32
43#define FILENAME_MAX 260 /* ugly hard-coded value of a limit that is set 44#define FILENAME_MAX 260 /* ugly hard-coded value of a limit that is set
44 in file.h */ 45 in file.h */