Function name:mfsStrLen ────────────────────────────────────── Format: s32 mfsStrLen(const u8* src) Arguments: src Character string buffer Return value: Number of characters Function: Calculates character string length Description: This function calculates and returns the length of character string src. The terminating NULL is not counted.