Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
642
void
643
vesa_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) */
651
void
Callers
1
xputs
Function · 0.85
Calls
1
vesa_WriteStr
Function · 0.85
Tested by
no test coverage detected