From 9741233ac39a1510de5bf3177c5172b4dd315222 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 18 Sep 2021 11:07:42 +0200 Subject: create `init/stdlib` --- src/init/stdlib.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/init/stdlib.h (limited to 'src/init/stdlib.h') diff --git a/src/init/stdlib.h b/src/init/stdlib.h new file mode 100644 index 0000000..1cabc7a --- /dev/null +++ b/src/init/stdlib.h @@ -0,0 +1,7 @@ +#pragma once +#include + +// TODO since this is shared with the kernel, maybe i could turn this into an +// stb-style header file + +int memcmp(const void *s1, const void *s2, size_t n); -- cgit v1.2.3