Description
Compares two arrays
Syntax
SAME(x,y) (memcmp(x,y,sizeof(x))==0)
Remarks
It returns TRUE when the two arrays are the same. The x and y parameters must be arrays of the same size.
See also rec_comp.