This function copies the memory contents pointed to by SrcPtr to the memory pointed to by DestPtr. Len is number of bytes to be copied.
void* XFsbl_MemCpy(void * DestPtr, const void * SrcPtr, u32 Len)
Parameters | Description |
---|---|
SrcPtr | Pointer to the memory contents to be copied |
DestPtr | Pointer to the destination |
Len | Length of the bytes to be printed |