Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
static void __inline
87
lamecopy(uint8_t *dst, uint8_t *src, uint32_t len)
88
{
89
while (len--)
90
*dst++ = *src++;
91
}
92
93
size_t MPPC_SizeOfDecompressionHistory(void)
94
{
Callers
1
MPPC_Decompress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected