TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crt_memmove.c File Reference
#include <string.h>
#include "crt_impl_private.h"
Include dependency graph for crt_memmove.c:

Go to the source code of this file.

Functions

void * memmove (void *dest, const void *src, size_t n)
 

Function Documentation

void* memmove ( void *  dest,
const void *  src,
size_t  n 
)

Definition at line 53 of file crt_memmove.c.

Here is the call graph for this function: