![]() |
![]()
| ![]() |
![]()
NAMEstroverlap - check whether two strings overlap SYNOPSIS#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)
|