#ifndef __PRINTF_H__ #define __PRINTF_H__ int printf(const char *fmt, ...); #endif /* __PRINTF_H__ */