summaryrefslogtreecommitdiff
path: root/include/MWC_string.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-06-20 14:24:42 -0400
committerGitHub <noreply@github.com>2020-06-20 14:24:42 -0400
commitb64e6294325527938bc4d95f87cc79b6a2b32ac8 (patch)
treed79e43498e57e6e16bbb993fca4997f641837b1a /include/MWC_string.h
parent16b091058e6135f9b7875fcf074d812d610df380 (diff)
parent0276df552ddad1e5dca278daf9e7826d285d9dc3 (diff)
Merge pull request #182 from PikalaxALT/pikalax_work
Minor fixes
Diffstat (limited to 'include/MWC_string.h')
-rw-r--r--include/MWC_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/MWC_string.h b/include/MWC_string.h
index d2980fb6..79639239 100644
--- a/include/MWC_string.h
+++ b/include/MWC_string.h
@@ -4,5 +4,6 @@
#include "nitro/types.h"
void * memset(void *, int, u32);
+void * memcpy(void *, const void *, u32);
#endif //GUARD_MWC_STRING_H