Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
memmove.c File Reference
#include <string.h>
Include dependency graph for memmove.c:

Go to the source code of this file.

Functions

void * __attribute__ ((weak))
 

Function Documentation

◆ __attribute__()

void* __attribute__ ( (weak)  )

Definition at line 3 of file memmove.c.

4 {
5  return memcpy(s1, s2, n);
6 }
void * memcpy(void *__restrict dest, const void *__restrict src, size_t n)
Copies n characters from the object pointed to by src to the object pointed to by dest.

References memcpy().