摘要: 调用链(典型 newlib / arm-none-eabi 编译器) printf(...) -> vfprintf(...) -> fwrite/fputc(...) // 将数据写到 stdout 的缓冲区 -> 当需要向设备输出(缓冲满或 flush)时 -> 底层调用系统写函数 _write 阅读全文
posted @ 2025-10-31 15:29 壹点灵异 阅读(13) 评论(0) 推荐(0)