_toupper

Converts an unsigned 8 bit character to upper case.

int _toupper (int c);

Required Header
<stdlib.h>

Return Value

This function returns the converted character.

Parameters

c

  The character to be converted

Remarks

The _toupper function should only be used with 8 bit characters.

Standard Library

See Also    _tolower, tolower, toupper