rmTrailSpace

Remove trailing spaces from a string.

Synopsis

void rmTrailSpace(
char * txt,
int len);
Parameter Description
txt String to process
len Length of the string

On Successful Return

txt — string no longer has trailing spaces