__wrap_printf(const char * fmt,...)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 }
5 
6