c - convert a mixed-case string to all lower case

Posted by hatorade on Stack Overflow See other posts from Stack Overflow or by hatorade
Published on 2010-04-18T09:36:05Z Indexed on 2010/04/18 9:43 UTC
Read the original article Hit count: 549

Filed under:
|
|

is the best/cleanest way to just do a for loop iterating through each position and call tolower() on it?

© Stack Overflow or respective owner

Related posts about c

    Related posts about strings