MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_putstring

Function db_putstring

freebsd/ddb/db_input.c:74–81  ·  view source on GitHub ↗
(s, count)

Source from the content-addressed store, hash-verified

72static void db_putstring(char *s, int count);
73
74static void
75db_putstring(s, count)
76 char *s;
77 int count;
78{
79 while (--count >= 0)
80 cnputc(*s++);
81}
82
83static void
84db_putnchars(c, count)

Callers 1

db_inputcharFunction · 0.85

Calls 1

cnputcFunction · 0.85

Tested by

no test coverage detected