MCPcopy Create free account
hub / github.com/cppla/ServerStatus / mem_move

Function mem_move

server/src/system.c:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void mem_move(void *dest, const void *source, unsigned size)
244{
245 memmove(dest, source, size);
246}
247
248void mem_zero(void *block, unsigned size)
249{

Callers 1

RecvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected