Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
STROVERLAP(3)		     C Programmer's Manual		 STROVERLAP(3)

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(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=stroverlap&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help