#ifndef STDIO_H #define STDIO_H int sprintf(char *str, const char *format, ...); #endif /* STDIO_H */