#ifndef __STDIO_H #define __STDIO_H #ifdef __cplusplus extern "C" { #endif int sprintf(char *str, const char * format, ...); #ifdef __cplusplus } #endif #endif