|
NAMEfirestring_estr_munch - remove characters from the beginning of an estringSYNOPSIS#include <firestring.h>-lfirestring int firestring_estr_munch(struct firestring_estr_t *string, const long length) DESCRIPTIONfirestring_estr_munch removes the first length characters from string.RETURN VALUE0 on success, non-zero if there were not enough characters in the string to begin with.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |