1str_equal(3)               Library Functions Manual               str_equal(3)
2
3
4

NAME

6       str_equal - compare two ASCIIZ strings
7

SYNTAX

9       #include <str.h>
10
11       size_t str_equal(const char* a,const char* b);
12

DESCRIPTION

14       str_equal  returns  nonzero  if  a  and b match up to and including the
15       first occurrance of \0.
16
17       If the strings are different, str_equal does not read  bytes  past  the
18       first difference.
19

SEE ALSO

21       strlen(3)
22
23
24
25                                                                  str_equal(3)
Impressum