debian man page for array_equal

Query: array_equal

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

array_equal(3)						     Library Functions Manual						    array_equal(3)

NAME
array_equal - compare two arrays for equality
SYNTAX
#include <array.h> int array_equal(array* x,array* y); array x; array y; array_equal(&x,&y);
DESCRIPTION
array_equal returns nonzero if x and y have the same contents: i.e., o x and y are both unallocated; or o x is unallocated, y is allocated, and y has no initialized bytes; or o x is allocated, y is unallocated, and x has no initialized bytes; or o x and y are both allocated and have the same sequence of initialized bytes. Otherwise it returns 0.
SEE ALSO
array_allocate(3), array_get(3), array_fail(3), array_reset(3) array_equal(3)
Related Man Pages
array(3) - debian
tcl_newbytearrayobj(3) - mojave
tcl_setbytearraylength(3) - mojave
array_allocate(3) - debian
tcl_setbytearrayobj(3) - suse
Similar Topics in the Unix Linux Community
Setting array equal to command response