Sponsor:

Your company here, and a link to your site. Click to find out more.

array_equal - Man Page

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.,

Otherwise it returns 0.

See Also

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