Sign in
pigweed
/
third_party
/
github
/
FreeRTOS
/
FreeRTOS-Kernel
/
589dd9f1497f3a358f489d78c8feb23818309ab0
/
.
/
FreeRTOS
/
Demo
/
IA32_flat_GCC_Galileo_Gen_2
/
Support_Files
/
stdio.h
blob: d879a73574ad62123f0cd6359bbe255f149444f6 [
file
] [
log
] [
blame
]
/*
* Temporary file for use only during development when there are no library or
* header files.
*/
#ifndef
STDIO_H
#define
STDIO_H
int
sprintf
(
char
*
out
,
const
char
*
format
,
...);
#endif
/* stdio_h */