micropython/lib/libc
Damien George d9b7261024 lib/libc: Fix string0's implementation of strncpy.
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>
2020-07-22 16:29:54 +10:00
..
string0.c lib/libc: Fix string0's implementation of strncpy. 2020-07-22 16:29:54 +10:00