SYNOPSIS

#include <publib.h>
int strzap(char *str, const char *pat);

DESCRIPTION

strzap compares the beginning of str with all of pat, and if they are the same, it removes the beginning from str.

RETURN VALUE

strzap returns non-zero if it removed anything, 0 if not.

RELATED TO strzap…

publib(3), strendzap(3)

AUTHOR

Lars Wirzenius ([email protected])