← Back to context

Comment by wrasee

1 day ago

> But, once I learned that no embedded libc variants had printf just no output path

Did you mean "once I learned that no, embedded libc variants have printf"?

To clarify as I had to check, embedded libc variants do indeed have some (possibly stripped-down) implementation of printf and as you say they just lack the output path (hence custom output backends like UART, etc).

Sorry yes I had a comma there and then deleted it. I don't remember why but I remember doing it.