#ifndef SOURCE_STDIO_H #define SOURCE_STDIO_H void printf(const char *str, ...); #endif