_strupr

Converts a string to upper case.

char * _strupr (char * string);

char * strupr (char * string);

Required Header
<string.h>

Return Value

The converted string address is returned.

Parameters

string

  The string to convert

Remarks

The _strupr function converts in-place lowercase characters to uppercase.

String

See Also    _strlwr