mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
In other words, unix port now uses overriden printf(), instead of using libc's. This should remove almost all dependency on libc stdio (which is bloated).
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.