debian man page for str_equal

Query: str_equal

OS: debian

Section: 3

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

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
strncasecmp_l(3) - mojave
strcasecmp_l(3) - mojave
strncasecmp_l(3) - osx
strcasecmp(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