MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lamecopy

Function lamecopy

freebsd/net/mppcd.c:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static void __inline
87lamecopy(uint8_t *dst, uint8_t *src, uint32_t len)
88{
89 while (len--)
90 *dst++ = *src++;
91}
92
93size_t MPPC_SizeOfDecompressionHistory(void)
94{

Callers 1

MPPC_DecompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected