#include <string.h>
Go to the source code of this file.
Functions | |
| void * | gcc_implicit_memcpy (void *dest, const void *src, size_t len) asm("memcpy") |
Unfortunately, there doesn't seem to be any way to prevent it from doing this, or to force it to use the optimised memcpy() as seen by C code; it insists on inserting a symbol reference to "memcpy". We therefore include wrapper functions just to keep gcc happy.
Definition in file memcpy.c.
| void * gcc_implicit_memcpy | ( | void * | dest, | |
| const void * | src, | |||
| size_t | len | |||
| ) |
1.5.7.1