your_printf.c 155 B

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