debian man page for stroverlap

Query: stroverlap

OS: debian

Section: 3pub

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STROVERLAP(3pub)					       C Programmer's Manual						  STROVERLAP(3pub)

NAME
stroverlap - check whether two strings overlap
SYNOPSIS
#include <publib.h> int stroverlap(const char *s, const char *t);
DESCRIPTION
stroverlap checks whether the storage used by two strings overlap (i.e., if they even partially stored in the same place in memory).
RETURN VALUE
stroverlap returns 0 for no overlap, nonzero for any overlap at all.
SEE ALSO
publib(3), memoverlap(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STROVERLAP(3pub)
Related Man Pages
memdup(3pub) - debian
stracat(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.
Is UNIX an open source OS ?
One instance of comparing grep and awk
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph