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

Function db_putnchars

freebsd/ddb/db_input.c:83–90  ·  view source on GitHub ↗
(c, count)

Source from the content-addressed store, hash-verified

81}
82
83static void
84db_putnchars(c, count)
85 int c;
86 int count;
87{
88 while (--count >= 0)
89 cnputc(c);
90}
91
92/*
93 * Delete N characters, forward or backward

Callers 2

db_deleteFunction · 0.85
db_inputcharFunction · 0.85

Calls 1

cnputcFunction · 0.85

Tested by

no test coverage detected