Damien George dbc77cf718 lib/libc: Fix string0's implementation of strncpy.
Fixing 98e583430fb7b793119db27bad9f98119e81579f, the semantics of strncpy
require that the remainder of dst be filled with null bytes.

Signed-off-by: Damien George <damien@micropython.org>
2020-09-04 17:36:51 +03:00
..
2019-07-01 17:18:44 +10:00
2020-08-30 23:29:05 +03:00
2019-11-02 02:09:50 +02:00
2020-05-15 15:06:02 +10:00
2014-09-18 00:13:03 +01:00

This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.