|
NAMEbyte_equal - compare two stringsSYNTAX#include <libowfat/byte.h>int byte_equal(const char *one,size_t len,const char *two); DESCRIPTIONbyte_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 ALSObyte_diff(3) Visit the GSP FreeBSD Man Page Interface. |