printf.h 120 B

1234567
  1. #pragma once
  2. #define CONSOLE_PRINTBUF_SIZE 512
  3. void console_printf(char *fmt, ...);
  4. #define __xprintf console_printf