Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ logDebug
Function
logDebug
win/win32/mswproc.c:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
#ifndef _DEBUG
46
void
47
logDebug(const char *fmt, ...)
48
{
49
}
50
#endif
51
52
static void mswin_main_loop(void);
Callers
15
mswin_init_nhwindows
Function · 0.70
mswin_player_selection
Function · 0.70
prompt_for_player_selection
Function · 0.70
mswin_askname
Function · 0.70
mswin_get_nh_event
Function · 0.70
mswin_exit_nhwindows
Function · 0.70
mswin_suspend_nhwindows
Function · 0.70
mswin_resume_nhwindows
Function · 0.70
mswin_create_nhwindow
Function · 0.70
mswin_clear_nhwindow
Function · 0.70
mswin_display_nhwindow
Function · 0.70
mswin_destroy_nhwindow
Function · 0.70
Calls
2
vfprintf
Function · 0.85
fflush
Function · 0.85
Tested by
no test coverage detected