|
NAMEarray_equal - compare two arrays for equality SYNTAX#include <libowfat/array.h> int array_equal(array* x,array* y);
DESCRIPTIONarray_equal returns nonzero if x and y have the same contents: i.e.,
Otherwise it returns 0. SEE ALSOarray_allocate(3), array_get(3), array_fail(3), array_reset(3)
|