摘要: static char log_buff[128] = { 0 }; int printf(const char *fmt, ...) { va_list args; va_start(args, fmt); int n = vsnprintf(log_buff, sizeof(log_buff), 阅读全文
posted @ 2022-11-22 09:21 ccc_zdh 阅读(33) 评论(0) 推荐(0)