MCPcopy Create free account
hub / github.com/NetHack/NetHack / vga_xputs

Function vga_xputs

sys/msdos/vidvga.c:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 */
335
336void
337vga_xputs(const char *s, int col, int row)
338{
339 if (s != (char *) 0) {
340 vga_WriteStr((char *) s, strlen(s), col, row, g_attribute);
341 }
342}
343
344/* write out character (and attribute) */
345void vga_xputc(char ch, int attr)

Callers 1

xputsFunction · 0.85

Calls 1

vga_WriteStrFunction · 0.85

Tested by

no test coverage detected