Go to the documentation of this file.
15 #include <linux/types.h>
16 #include <linux/string.h>
17 #include <linux/module.h>
21 if ((
const char *)src >= (
char *)dest + n
22 || (
char *)dest >= (
const char *)src + n) {
26 return memcpy(dest, src, n);
37 in = (
const uint8_t *)src + n - 1;