rec_comp

Description

Compares two DP4 records

Syntax

rec_comp(x,y) (memcmp((char *)(x)+HEADER_SIZE,
(char *)(y)+HEADER_SIZE,*(short *)(x)-HEADER_SIZE))

Remarks

Returns 0 if the records are identical. The records should belong to the same table. Note that the initial header fields in the structures are ignored.

See also SAME.