30.05.2018, 19:42
What is the function of this code below?
Quote:
for (new i, j = strlen(inputtext); i < j; i++) { inputtext[i] = tolower(inputtext[i]); } |