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


syntax highlighted by Code2HTML, v. 0.9.1