aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memchr.c
blob: 35015dbd8e9d234ca7954692e440706637638607 (plain) (blame)
1
2
3
#include <mem.h>

extern inline void *calt_memchr(void const *ptr, unsigned char value, size_t count);