str_equal(3) debian man page | unix.com

Man Page: str_equal

Operating Environment: debian

Section: 3

str_equal(3)						     Library Functions Manual						      str_equal(3)

NAME
str_equal - compare two ASCIIZ strings
SYNTAX
#include <str.h> size_t str_equal(const char* a,const char* b);
DESCRIPTION
str_equal returns nonzero if a and b match up to and including the first occurrance of . If the strings are different, str_equal does not read bytes past the first difference.
SEE ALSO
strlen(3) str_equal(3)
Related Man Pages
strcasecmp(3) - mojave
case(3) - debian
ssp(3) - netbsd
strcasecmp_l(3) - osx
string(3) - osx
Similar Topics in the Unix Linux Community
Move multiple files 4rm Source to different target folders based on a series num in the file content