|
NAMEstrzap - remove pattern from beginning of string, if it is thereSYNOPSIS#include <publib.h> int strzap(char *str, const char *pat); DESCRIPTIONstrzap compares the beginning of str with all of pat, and if they are the same, it removes the beginning from str.RETURN VALUEstrzap returns non-zero if it removed anything, 0 if not.SEE ALSOpublib(3), strendzap(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
Visit the GSP FreeBSD Man Page Interface. |