Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ading2210/linuxpdf
/ dbuf_putstr
Function
dbuf_putstr
tinyemu/cutils.c:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void dbuf_putstr(DynBuf *s, const char *str)
112
{
113
dbuf_write(s, s->size, (const uint8_t *)str, strlen(str));
114
}
115
116
void dbuf_free(DynBuf *s)
117
{
Callers
1
cmdline_subst
Function · 0.85
Calls
1
dbuf_write
Function · 0.85
Tested by
no test coverage detected