Why do we have custom function defenitions for pri...
# caravel
m
Why do we have custom function defenitions for print I/O, why isnt the standard library supported (stdio.h)
t
stdio.h
assumes that you have an operating system. Low-level functions that are implemented by specialized hardware, such as the Caravel UART, must be implemented manually.
1