mirror of
https://github.com/micropython/micropython.git
synced 2026-03-18 14:50:18 +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.