#include <string_c.h>size_t strlen_c(__code const char *s);
strlen_c returns the length of the string pointed to by s, that is the number of characters that precede the terminating null character.
strlen_c is an extension provided by CrossWorks.