open-story-teller/software/cpu/gigadevice-gd32vf103/RISCV/env_Eclipse/your_printf.c
2023-04-18 16:20:41 +02:00

6 lines
155 B
C
Executable file

int __wrap_printf(const char* fmt, ...)
{
// You can implement your own printf to reduce the code size, because the printf is really a big function
}