mescc: Move memchr to libc.

* lib/libc.c: Include memchr.c.
This commit is contained in:
Jan Nieuwenhuizen 2018-11-16 00:01:18 +01:00
parent c9a3fe68ec
commit 3e87e9de3c
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ __mes_debug ()
#include <stdio/fgetc.c>
#include <stdio/ungetc.c>
#include <string/memchr.c>
#include <string/strcmp.c>
#include <string/strcpy.c>
#include <string/strncmp.c>