HM_strupr()
Converts the characters in a string to upper case.
Syntax
char * HM_strupr(char * string);
Type
HyperMesh hmlib Function
Description
Converts the characters in a string to upper case.
Inputs
- string
- A pointer to a string.
Example
A pointer to the string.
Errors
None.