printf.h 118 B

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