astRemoveLeadingBlanksastRemoveLeadingBlanks
-
Remove any leading white space from a string
- Description:
- This function moves characters in the supplied string to the left
in order to remove any leading white space.
- Synopsis:
- void astRemoveLeadingBlanks( char
string )
- Parameters:
-
string
-
Pointer to the string.