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

Function DosMemCpy

src/Platforms/Dos/UtestPlatform.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static void* DosMemCpy(void* s1, const void* s2, size_t size)
174{
175 return memcpy(s1, s2, size);
176}
177
178static void* DosMemset(void* mem, int c, size_t size)
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected