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.
See Also _strlwr