.\" (C) 2002 Ian Gulliver .TH firestring_estr_ip_trim 3 2003-07-31 .SH NAME firestring_estr_ip_trim \- remove whitespace from the beginning and end of an estring .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "void firestring_estr_trim(struct firestring_estr_t *" "string" ")" .SH DESCRIPTION firestring_estr_trim removes whitespace from the beginning and end of .IR string . It uses .IR firestring_estr_ip_chug (3) instead of .IR firestring_estr_chug (3), so the resulting estring can still be freed normally. .SH RETURN VALUE None. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)