Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ dbuf_init
Function
dbuf_init
tinyemu/cutils.c:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void dbuf_init(DynBuf *s)
88
{
89
memset(s, 0, sizeof(*s));
90
}
91
92
void dbuf_write(DynBuf *s, size_t offset, const uint8_t *data, size_t len)
93
{
Callers
2
fs_wget2
Function · 0.85
cmdline_subst
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected