NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char memcmp ( variant  ptr1,
variant  ptr2,
byte  num 
)
inline

Compare two blocks of memory.

Compares the variant ptr1 to the variant ptr2. Returns an integral value indicating the relationship between the variables. The num argument is ignored.

Parameters
ptr1A variable to be compared.
ptr2A variable to be compared.
numThe number of bytes to compare (ignored).
Examples:
ex_memcmp.nxc.