summaryrefslogtreecommitdiff
path: root/Source/Library/Common/CMem.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Common/CMem.ns.h')
-rw-r--r--Source/Library/Common/CMem.ns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Library/Common/CMem.ns.h b/Source/Library/Common/CMem.ns.h
index f0c15da..aecddc9 100644
--- a/Source/Library/Common/CMem.ns.h
+++ b/Source/Library/Common/CMem.ns.h
@@ -6,7 +6,7 @@
//This namespace contains basic memory managment functions
namespace CMem {
- u8int *memcpy(u8int *dest, const u8int *src, int count);
+ u8int *memcpy(u8int *dest, const u8int *src, u32int count);
u8int *memset(u8int *dest, u8int val, int count);
u16int *memsetw(u16int *dest, u16int val, int count);
u32int strlen(const char *str);