array_equal(3) Library Functions Manual array_equal(3)

array_equal - compare two arrays for equality

#include <libowfat/array.h>

int array_equal(array* x,array* y);


array x;
array y;
array_equal(&x,&y);

array_equal returns nonzero if x and y have the same contents: i.e.,

Otherwise it returns 0.

array_allocate(3), array_get(3), array_fail(3), array_reset(3)