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)NAMEstroverlap - check whether two strings overlapSYNOPSIS#include <publib.h> int stroverlap(const char *s, const char *t);DESCRIPTIONstroverlap checks whether the storage used by two strings overlap (i.e., if they even partially stored in the same place in memory).RETURN VALUEstroverlap returns 0 for no overlap, nonzero for any overlap at all.SEE ALSOpublib(3), memoverlap(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual STROVERLAP(3pub)
Related Man Pages |
---|
xfree(3pub) - debian |
memshuffle(3pub) - debian |
strvars(3pub) - debian |
xrealloc(3pub) - debian |
xfree(3pub) - sunos |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |