memucmp Function (ROM Call 0x3CC)

AMS 2.00 or higher mem.h, string.h

short memucmp (const void *s1, const void *s1, unsigned long len);

Compares two blocks of unsigned chars.

memucmp acts like memcmp, but treats s1 and s2 as pointers to unsigned chars.


Used by: ROM Call 0x168


See also: memcmp