#ifndef _MU_STRLEN #define _MU_STRLEN #include size_t mu_strlen(const char *s); #endif