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

Function indent

src/dungeon.c:650–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648staticfn void indent(int);
649
650staticfn void
651indent(int d)
652{
653 while (d-- > 0)
654 fputs(" ", stderr);
655}
656#endif
657
658/*

Callers 1

place_levelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected