Function strlwr

Top 

 

Declaration:

void strlwr(char s[], int index=0);

Description

The strlwr function converts line s to the lower case.

Returned value

None.