GDN:touppper

From LibrePlanet
Jump to: navigation, search


If c is a lower-case letter, toupper returns the corresponding upper-case letter. Otherwise c is returned unchanged.


Contents

Prototype

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

GDN:touppper
Header stdio.h
Supported Since C90