mfsStrCpy
Format
- s32 mfsStrCpy(u8* dest, const u8* src)
Arguments
- dest Buffer for storing characters
- src Buffer of characters that are copied
Return value
- dest pointer
Function
- Copies character string
Description
This function copies the character string src to dest. Copying ends when NULL is copied.