logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

byte_equal - compare two strings

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.

Name

       byte_equal - compare two strings

See Also

byte_diff(3)

                                                                                                   byte_equal(3)

Syntax

#include<libowfat/byte.h>

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

See Also