mescc: Move memchr to libc.
* lib/libc.c: Include memchr.c.
This commit is contained in:
parent
c9a3fe68ec
commit
3e87e9de3c
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue