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