7 lines
98 B
C
7 lines
98 B
C
|
#ifndef _MU_STRLEN
|
||
|
#define _MU_STRLEN
|
||
|
|
||
|
#include <stdio.h>
|
||
|
size_t mu_strlen(const char *s);
|
||
|
#endif
|