rmTrailSpace

Synopsis

void rmTrailSpace(
char * txt,
int len);

Description

Remove trailing spaces from a string.

Parameters

txt

String to process

len

Length of the string

On Successful Return

txt — string no longer has trailing spaces