Remove whitespace from the beginning and end of an estring
#include <firestring.h>
-lfirestring
void firestring_estr_trim(struct firestring_estr_t *string)
firestring_estr_trim removes whitespace from the beginning and end of string. It uses firestring_estr_ip_chug(3) instead of firestring_estr_chug(3), so the resulting estring can still be freed normally.
None.
Ian Gulliver <[email protected]>