HM_strrmsp()
Removes leading and trailing spaces from a string.
Syntax
char * HM_strrmsp(char * string);
Type
HyperMesh hmlib Function
Description
Removes leading and trailing spaces from a string.
Inputs
- string
- A pointer to a string.
Example
A pointer to the string.
Errors
None.