Unverified Commit 9a1611f9 authored by Michael Jones's avatar Michael Jones Committed by GitHub
Browse files

[libc] Add baremetal putchar (#95182)

In #94685 I discussed my ideas for cleaner baremetal output writing.
This patch is not that. This patch just uses `write_to_stderr` for
outputting from putchar and printf on baremetal. I'm still planning to
create a proper design for writing to stdout and stderr on various
platforms, but that will be a followup patch.
parent 90a154e0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment