MCPcopy Create free account
hub / github.com/cpputest/cpputest / C2000MemCpy

Function C2000MemCpy

src/Platforms/C2000/UtestPlatform.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static void* C2000MemCpy(void* s1, const void* s2, size_t size)
193{
194 return (void*)far_memlcpy((long)s1, (long)s2, size);
195}
196
197static void* C2000Memset(void* mem, int c, size_t size)
198{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected