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

Function dump_forward_putstr

src/windows.c:1275–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1273}
1274
1275void
1276dump_forward_putstr(winid win, int attr, const char *str, int no_forward)
1277{
1278 if (dumplog_file)
1279 fprintf(dumplog_file, "%s\n", str);
1280 if (!no_forward)
1281 putstr(win, attr, str);
1282}
1283
1284/*ARGSUSED*/
1285staticfn void

Callers 2

really_doneFunction · 0.85
genl_outripFunction · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected