byte_equal(3diet)

NAME

byte_equal - compare two strings

SYNTAX

#include <byte.h>

int byte_equal(const char *one,size_t len,const char *two);

DESCRIPTION

byte_equal returns 1 if the strings are equal, 0 otherwise.

When the strings are different, byte_equal does not read bytes past the first difference.

SEE ALSO

byte_diff(3)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout