_STRTRIM - trim trailing blanks from an ASCII string.

(GCOS-8 Only)

Usage:

newlength = _strtrim(s,oldlength);

Where:

char *s;
is the string to be trimmed.
size_t oldlength;
is the current length of the string. This argument may be omitted.
size_t newlength;
is the length of the string after it has been trimmed.

Description:

"_strtrim" trims trailing blanks from an ASCII string.

See Also:

expl nsc lib _bcdtrim

Copyright © 1996, Thinkage Ltd.