micropython/lib
Paul Sokolovsky c6923f52f0 lib/libc/string0: Remove better-than-standard strncpy() implementation.
ANSI C doesn't require that strncpy() produced null-terminated string, so
it's basicly useless for string manipulation.
2016-05-02 18:53:21 +03:00
..
axtls@c2690dc100 lib/axtls: Update to the latest upstream, fix reported MacOSX build issue. 2016-05-01 22:19:14 +03:00
fatfs
libc lib/libc/string0: Remove better-than-standard strncpy() implementation. 2016-05-02 18:53:21 +03:00
libffi@e9de7e35f2
libm
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils lib/timeutils/timeutils: Typo fix in comment. 2016-04-27 18:52:57 +03:00
utils
README.md

README.md

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