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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 10 of file crt_memcpy.c.

Here is the caller graph for this function: