Difference between revisions of "GDN:tolower"
(Created page with "{{Infobox Function | header = ctype.h | since = C90 If c is an upper-case letter, <code>tolower</code> returns the corresponding lower-case letter. If c is not an uppe...") |
|||
| Line 3: | Line 3: | ||
| header = [[ctype.h]] | | header = [[ctype.h]] | ||
| since = [[C90]] | | since = [[C90]] | ||
| + | |||
| + | }} | ||
If c is an upper-case letter, <code>tolower</code> returns the corresponding lower-case letter. If c is not an upper-case letter, c is returned unchanged. | If c is an upper-case letter, <code>tolower</code> returns the corresponding lower-case letter. If c is not an upper-case letter, c is returned unchanged. | ||