summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 2c6affddde..2cd15efa65 100644
--- a/include/util.h
+++ b/include/util.h
@@ -67,6 +67,7 @@ int isdigit(int c);
int isspace(int c);
int isalpha(int c);
int isprint(int c);
+int memcmp(const void *s1, const void *s2, int len);
void *memcpy(void *dest, const void *src, int len);
void *memset(void *dest, int c, int len);
void *memmove(void *dest, const void *src, int len);