Query: strzap
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRZAP(3pub) C Programmer's Manual STRZAP(3pub)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) Publib C Programmer's Manual STRZAP(3pub)
Related Man Pages |
---|
fnpathfind(3pub) - debian |
strcstr(3pub) - debian |
strmaxcpy(3pub) - debian |
strsub(3pub) - debian |
strvars(3pub) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |