Generic, unoptimized memcpy() implementation. More...
#include <string.h>#include <generic/string.h>Go to the source code of this file.
Functions | |
| void * | generic_memcpy (void *dest, const void *src, size_t n) |
Generic, unoptimized memcpy() implementation.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file generic_memcpy.c.
1.6.3