printf.h 118 B

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