GDN:tolower

From LibrePlanet
Jump to: navigation, search


If c is an upper-case letter, tolower returns the corresponding lower-case letter. If c is not an upper-case letter, c is returned unchanged.

Contents

Prototype

<source lang="c"> int tolower (int c)</source>

GDN:tolower
Header ctype.h
Supported Since C90