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

Function VA_DECL

sys/share/pcsys.c:163–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void msmsg
164VA_DECL(const char *, fmt)
165{
166 VA_START(fmt);
167 VA_INIT(fmt, const char *);
168#if defined(MSDOS) && defined(NO_TERMS)
169 if (iflags.grmode)
170 gr_finish();
171#endif
172 Vprintf(fmt, VA_ARGS);
173 flushout();
174 VA_END();
175 return;
176}
177
178/*
179 * Follow the PATH, trying to fopen the file.

Callers

nothing calls this directly

Calls 2

gr_finishFunction · 0.85
flushoutFunction · 0.70

Tested by

no test coverage detected