debian man page for strzap

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)

NAME
strzap - remove pattern from beginning of string, if it is there
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.
SEE ALSO
publib(3), strendzap(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STRZAP(3pub)
Related Man Pages
xfree(3pub) - debian
fnpathfind(3pub) - debian
strcstr(3pub) - debian
strltrim(3pub) - debian
strmaxcpy(3pub) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph