diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-20 16:30:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-20 16:30:08 -0400 |
commit | 684cde0b321e955fdec5b86e125d9993ebb318c6 (patch) | |
tree | 98a6891a6627e60c1ef0313cdf9062d0b514c002 /include/MWC_string.h | |
parent | d3991f920ce0e1d4f9fd34dccdd7b37a239d4192 (diff) |
Decompile game_init.c
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 |