#ifndef _PRINTF_H #define _PRINTF_H extern int printf(const char *fmt, ...); extern int vsprintf(char *buf, const char *fmt, const int *dp); #endif