]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdio.h
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
[freertos] / FreeRTOS / Demo / IA32_flat_GCC_Galileo_Gen_2 / Support_Files / stdio.h
1 /*\r
2  * Temporary file for use only during development when there are no library or\r
3  * header files.\r
4  */\r
5 \r
6 #ifndef STDIO_H\r
7 #define STDIO_H\r
8 \r
9 int sprintf(char *out, const char *format, ...);\r
10 \r
11 #endif /* stdio_h */\r