aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/memrchr.c')
-rw-r--r--src/mem/memrchr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mem/memrchr.c b/src/mem/memrchr.c
new file mode 100644
index 0000000..a8d59f2
--- /dev/null
+++ b/src/mem/memrchr.c
@@ -0,0 +1,3 @@
+#include <mem.h>
+
+extern inline void *calt_memrchr(void const *ptr, unsigned char value, size_t count);