MCPcopy 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
87void dbuf_init(DynBuf *s)
88{
89 memset(s, 0, sizeof(*s));
90}
91
92void dbuf_write(DynBuf *s, size_t offset, const uint8_t *data, size_t len)
93{

Callers 2

fs_wget2Function · 0.85
cmdline_substFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected