Write a function size_t my_strlen(const char *str) that counts characters until the null terminator \0.
size_t my_strlen(const char *str)
\0
Length of 'BYTESLAB': 8 [✓] Custom strlen verified (Time: 0.005s, Memory: 1.8 MB)