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

NAME

6       byte_equal - compare two strings
7

SYNTAX

9       #include <byte.h>
10
11       int byte_equal(const char *one,size_t len,const char *two);
12

DESCRIPTION

14       byte_equal returns 1 if the strings are equal, 0 otherwise.
15
16       When the strings are different, byte_equal does not read bytes past the
17       first difference.
18
19

SEE ALSO

21       byte_diff(3)
22
23
24
25                                                                 byte_equal(3)
Impressum