int strlen( const сhar* str );
Получение длины строки.
Возвращает длину строки
char str[]="string"; int len=strlen(str);
wstrlen