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

Function msmsg

outdated/sys/mac/mttymain.c:497–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void
498msmsg(const char *str, ...)
499{
500 va_list args;
501 char buf[1000];
502
503 va_start(args, str);
504 vsprintf(buf, str, args);
505 va_end(args);
506
507 xputs(buf);
508}
509
510void
511term_end_raw_bold(void)

Callers 9

tty_asknameFunction · 0.85
tty_raw_printFunction · 0.85
tty_raw_print_boldFunction · 0.85
VA_DECLFunction · 0.85
interjectFunction · 0.85
VA_DECLFunction · 0.85
getlockFunction · 0.85
getreturnFunction · 0.85
getreturnFunction · 0.85

Calls 1

xputsFunction · 0.70

Tested by

no test coverage detected