Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
Undid revision 931320367 by Ankushshah123 (talk) Irrelevant link
m char)str->char) str - Fix a typo in one click
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 3,166:
size_t n;
n = 0;
while (str[n] != '\0' && isspace((unsigned char) str[n])) {
n++;
}