MCPcopy 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
111void dbuf_putstr(DynBuf *s, const char *str)
112{
113 dbuf_write(s, s->size, (const uint8_t *)str, strlen(str));
114}
115
116void dbuf_free(DynBuf *s)
117{

Callers 1

cmdline_substFunction · 0.85

Calls 1

dbuf_writeFunction · 0.85

Tested by

no test coverage detected