[libc-commits] [libc] [libc] Add putc, fputc, and fprintf to stdio/baremetal (PR #144567)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Jun 17 10:18:11 PDT 2025
================
@@ -0,0 +1,46 @@
+//===-- Implementation of fprintf for baremetal -----------------*- C++ -*-===//
----------------
michaelrj-google wrote:
nit:
```suggestion
//===-- Implementation of fprintf for baremetal ---------------------------===//
```
https://github.com/llvm/llvm-project/pull/144567
More information about the libc-commits
mailing list