Declaration:
int strlen(char s[], int index=0);
Description
The strlen function calculates the length of line src in bytes. The last zero character is not counted.
Returned value
The strlen function returns the length of line src.