MCPcopy Create free account
hub / github.com/beefytech/Beef / XXH_memcpy

Function XXH_memcpy

BeefySysLib/util/Hash.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96// for memcpy()
97#include <string.h>
98FORCE_INLINE void* XXH_memcpy(void* dest, const void* src, size_t size)
99{
100 return memcpy(dest,src,size);
101}
102
103
104//**************************************

Calls

no outgoing calls

Tested by

no test coverage detected