Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ logDebug
Function
logDebug
outdated/sys/wince/mswproc.c:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
extern void logDebug(const char *fmt, ...);
32
#else
33
void
34
logDebug(const char *fmt, ...)
35
{
36
}
37
#endif
38
39
static void mswin_main_loop();
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
fclose
Function · 0.85
Tested by
no test coverage detected