1#ifndef STDIO_H 2#define STDIO_H 3 4extern int sprintf(char *s, const char *fmt, ...); 5 6#endif 7 8