.\" (C) 2002 Ian Gulliver .TH firestring_chomp 3 2002-03-31 .SH NAME firestring_chomp \- trim excess whitespace from the end of a string .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "char *firestring_chomp(char *" "s" ")" .SH DESCRIPTION firestring_chomp() removes any whitespace at the end of the string .IR s. The string is modified in place and returned as well. .SH RETURN VALUE .I s after having been modified. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)