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

Function VA_DECL

sys/windows/windsys.c:108–115  ·  view source on GitHub ↗

this is used as a printf() replacement when the window * system isn't initialized yet */

Source from the content-addressed store, hash-verified

106 * system isn't initialized yet
107 */
108void msmsg
109VA_DECL(const char *, fmt)
110{
111 VA_START(fmt);
112 VA_INIT(fmt, const char *);
113 VA_END();
114 return;
115}
116#endif /* WIN32CON */
117
118char

Callers

nothing calls this directly

Calls 4

msmsgFunction · 0.85
mswin_raw_print_flushFunction · 0.85
term_end_screenFunction · 0.70
raw_printfFunction · 0.50

Tested by

no test coverage detected