firestring_estr_chomp(3) remove whitespace from the end of an estring

SYNOPSIS

#include <firestring.h>
-lfirestring

void firestring_estr_chomp(struct firestring_estr_t *string)

DESCRIPTION

firestring_estr_chomp shortens string until the string ends with a non-whitespace character or is empty.

RETURN VALUE

None.

AUTHOR

Ian Gulliver <[email protected]>