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