aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memcmp.c
blob: 829325b36911a6addfd93e1c791b2956a6684b26 (plain) (blame)
1
2
3
4
#include <mem.h>

extern inline int calt_memcmp(void const *ptr1, void const *ptr2, size_t count);