diff options
author | red031000 <rubenru09@aol.com> | 2020-08-22 21:06:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 21:06:37 +0100 |
commit | 7a6abfe3982d516b39a13a8fd934dbfe8211cfe6 (patch) | |
tree | 0c7a403f7b9680519acb5a0b086ce84e165e503b /include/MWC_string.h | |
parent | 4ed13afd18de6f0b94d35e83023094efcfec73f5 (diff) | |
parent | dd904623a1ff019bfa6d88b1e178d87676d31320 (diff) |
Merge pull request #266 from PikalaxALT/pikalax_work
Decompile code related to input handling, initialization/runtime, and script string placeholders
Diffstat (limited to 'include/MWC_string.h')
-rw-r--r-- | include/MWC_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/MWC_string.h b/include/MWC_string.h index 79639239..8e30b47e 100644 --- a/include/MWC_string.h +++ b/include/MWC_string.h @@ -5,5 +5,7 @@ void * memset(void *, int, u32); void * memcpy(void *, const void *, u32); +u32 strlen(const s8 *); +void strcpy(s8 * dest, const s8 * src); #endif //GUARD_MWC_STRING_H |