Query: byte_equal
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
byte_equal(3) Library Functions Manual byte_equal(3)NAMEbyte_equal - compare two stringsSYNTAX#include <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) byte_equal(3)
| Related Man Pages |
|---|
| strncasecmp_l(3) - mojave |
| strcasecmp(3) - freebsd |
| strcmp(3) - netbsd |
| strncmp(3) - netbsd |
| strcasecmp_l(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| New & Saying Hi |
| Help with djbdns code |