Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
648
staticfn void indent(int);
649
650
staticfn void
651
indent(int d)
652
{
653
while (d-- > 0)
654
fputs(
" "
, stderr);
655
}
656
#endif
657
658
/*
Callers
1
place_level
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected