summaryrefslogtreecommitdiff
path: root/src/shared/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/mem.h')
-rw-r--r--src/shared/mem.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+/* 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);