aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem/memcpy.c
blob: 33720323e315e528f3369544bdf8bbaa5ee12dc7 (plain) (blame)
1
2
3
4
5
6
7
8
#include <mem.h>

extern inline void *calt_memcpy(void *restrict dest, void const *restrict src,
			      size_t count);


extern inline void *calt_memcpy_null(void *restrict dest, void const *restrict src,
			      size_t count);