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

Function vesa_xputs

sys/msdos/vidvesa.c:642–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 */
641
642void
643vesa_xputs(const char *s, int col, int row)
644{
645 if (s != NULL) {
646 vesa_WriteStr(s, strlen(s), col, row, g_attribute);
647 }
648}
649
650/* write out character (and attribute) */
651void

Callers 1

xputsFunction · 0.85

Calls 1

vesa_WriteStrFunction · 0.85

Tested by

no test coverage detected