mirror of
https://github.com/micropython/micropython.git
synced 2025-12-15 17:30:14 +01:00
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -54,7 +54,7 @@ void free(void *p) {
|
||||
}
|
||||
|
||||
// These standard string functions are needed by the runtime, and can be
|
||||
// provided either by the system or lib/libc/string0.c. The implementations
|
||||
// provided either by the system or shared/libc/string0.c. The implementations
|
||||
// here are very simple.
|
||||
|
||||
int memcmp(const void *s1, const void *s2, size_t n) {
|
||||
|
||||
Reference in New Issue
Block a user