1 2 3 4 5 6 7 8
#ifndef _PRINTF_H_ #define _PRINTF_H_ #define __xprintf dpf int dpf(const char *_Format, ...); #endif //_PRINTF_H_