MCPcopy 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
106void dbuf_putc(DynBuf *s, uint8_t c)
107{
108 dbuf_write(s, s->size, &c, 1);
109}
110
111void dbuf_putstr(DynBuf *s, const char *str)
112{

Callers 1

cmdline_substFunction · 0.85

Calls 1

dbuf_writeFunction · 0.85

Tested by

no test coverage detected