#include <nlibc.h>
Include dependency graph for memcpy.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | memcpy(DEST, SRC, N) wmemcpy((DEST),(SRC),((N+15)>>4)) |
Functions | |
void * | wmemcpy (void *restrict dest, const void *restrict src, size_t words) |
|
|
|
A not-so-clever version of memcpy (for word sizes). Uses a blocking of 6 words. |