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

Function Gem_raw_print

outdated/win/gem/wingem.c:936–946  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

934extern void mar_raw_print_bold(const char *);
935
936void
937Gem_raw_print(str)
938const char *str;
939{
940 if (str && *str) {
941 if (iflags.window_inited)
942 mar_raw_print(str);
943 else
944 printf("%s\n", str);
945 }
946}
947
948void
949Gem_raw_print_bold(str)

Callers 2

Gem_exit_nhwindowsFunction · 0.85
Gem_putstrFunction · 0.85

Calls 2

mar_raw_printFunction · 0.85
printfFunction · 0.85

Tested by

no test coverage detected