summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 525c05b..bcfab55 100644
--- a/defs.h
+++ b/defs.h
@@ -124,7 +124,6 @@ void popcli();
// string.c
int memcmp(const void*, const void*, uint);
void* memmove(void*, const void*, uint);
-void* memcpy(void*, const void*, uint);
void* memset(void*, int, uint);
char* safestrcpy(char*, const char*, int);
int strlen(const char*);