diff options
author | dzwdz | 2021-11-14 18:04:38 +0100 |
---|---|---|
committer | dzwdz | 2021-11-14 18:04:38 +0100 |
commit | d2df6a9c064965b62c8b966bb93a81b663b35395 (patch) | |
tree | 6cea8db7ef1901ebf0923e8dab42efd26513155d /src/init/stdlib.h | |
parent | 7acf810e81491b08410df1b7bb886bd11b44cd98 (diff) |
shared: move the str* implementations to shared/mem.c
Diffstat (limited to 'src/init/stdlib.h')
-rw-r--r-- | src/init/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init/stdlib.h b/src/init/stdlib.h index af0788b..17ec0b9 100644 --- a/src/init/stdlib.h +++ b/src/init/stdlib.h @@ -4,6 +4,4 @@ extern int __tty_fd; -int strcmp(const char *s1, const char *s2); -size_t strlen(const char *s); int printf(const char *fmt, ...); |