Searched refs:FDKmemcmp (Results 1 – 2 of 2) sorted by relevance
343 INT FDKmemcmp(const void *s1, const void *s2, const UINT size) { return memcmp(s1, s2, size); } in FDKmemcmp() function
351 INT FDKmemcmp(const void *s1, const void *s2, const UINT size);