.\" (C) 2002 Ian Gulliver .TH firestring_estr_munch 3 2003-05-15 .SH NAME firestring_estr_munch \- remove characters from the beginning of an estring .SH SYNOPSIS .B #include .br .B -lfirestring .LP .BI "int firestring_estr_munch(struct firestring_estr_t *" "string" ", const long " length ")" .SH DESCRIPTION firestring_estr_munch removes the first .I length characters from .IR string. .SH RETURN VALUE 0 on success, non-zero if there were not enough characters in the string to begin with. .SH AUTHOR Ian Gulliver .SH SEE ALSO .BR libfirestring (3)