MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / mmemcpy

Function mmemcpy

tools/fshtool.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void mmemcpy(char *dest,char *src,int len) /* LZ-compatible memcopy */
91{
92 while (len--) *(dest++)=*(src++);
93}
94
95void quotify(unsigned char *src,int len,char *dest)
96{

Callers 1

uncompress_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected