From 749a150e37fbfdaf33a8d6738e95306e6d95e8b5 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 4 Aug 2022 23:23:50 +0200 Subject: move the kernel util tests to userland --- src/shared/mem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared') diff --git a/src/shared/mem.h b/src/shared/mem.h index 8eb091f..8c83f2f 100644 --- a/src/shared/mem.h +++ b/src/shared/mem.h @@ -1,6 +1,8 @@ #pragma once #include +/* note: (partially) tested in the userland tests */ + void *memchr(const void *s, int c, size_t n); int memcmp(const void *s1, const void *s2, size_t n); -- cgit v1.2.3