|
NAMEarray_equal - compare two arrays for equalitySYNTAX#include <libowfat/array.h>int array_equal(array* x,array* y); array x; array y; array_equal(&x,&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) Visit the GSP FreeBSD Man Page Interface. |