strzap - remove pattern from beginning of string, if it is there
Contents
Description
strzap compares the beginning of str with all of pat, and if they are the same, it removes the beginning
from str.
Name
strzap - remove pattern from beginning of string, if it is there
Return Value
strzap returns non-zero if it removed anything, 0 if not.
See Also
publib(3), strendzap(3)
Synopsis
#include <publib.h>
int strzap(char *str, const char *pat);
