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

Function VA_DECL

sys/share/pcmain.c:780–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778
779#if defined(CROSS_TO_AMIGA)
780void msmsg
781VA_DECL(const char *, fmt)
782{
783 VA_START(fmt);
784 VA_INIT(fmt, const char *);
785 Vprintf(fmt, VA_ARGS);
786 flushout();
787 VA_END();
788 return;
789}
790
791unsigned long
792sys_random_seed(void)

Callers

nothing calls this directly

Calls 1

flushoutFunction · 0.70

Tested by

no test coverage detected