Jeffrey Smith (@whydoubt) commented about dlls/gdiplus/tests/image.c:
}
}
+INT memcmp_precision(const void *ptr1, const void *ptr2, size_t num, INT precision)
To me, memcmp implies treating the buffers as opaque blobs. This function is treating them as BYTE arrays, so I think a different name would be appropriate.