Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

_toupper - convert lowercase letters to uppercase

&pagelevel(4)&pagelevel

Syntax

#include <ctype.h>

int _toupper(int c);

Description

c must be a lowercase letter.

Return val.

Notes

See also

Uppercase of c if c is a lowercase letter.

_toupper() is implemented only as a macro .

toupper(), islower(), ctype.h.