mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Fixing 98e583430f, the semantics of strncpy
require that the remainder of dst be filled with null bytes.
Signed-off-by: Damien George <damien@micropython.org>
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.