diff options
author | red031000 <rubenru09@aol.com> | 2020-06-20 21:25:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-20 21:25:34 +0100 |
commit | 7e6562f747a773ef3ad764c6d0b6b1f2e7d6cfc6 (patch) | |
tree | 24e1bb3e1a14991110255665aee09957c9306a0f /include/MWC_string.h | |
parent | 863b09f18dca59864a95cc72afdaac9b13332d13 (diff) | |
parent | e9e192ce20e2f863a836c3ee9ab364921d068116 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/MWC_string.h')
-rw-r--r-- | include/MWC_string.h | 1 |
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 |