#ifndef _PRINTF_H_ #define _PRINTF_H_ #define __xprintf dpf int dpf(const char *_Format, ...); #endif //_PRINTF_H_