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