strlen

Name

strlen -- returns the length of a string

Synopsis

unsigned int8 strlen(char * str);

Description

This function returns the number of characters in the null-terminated string str. The count does not include the terminating null character.