MCPcopy 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
46void
47logDebug(const char *fmt, ...)
48{
49}
50#endif
51
52static void mswin_main_loop(void);

Callers 15

mswin_init_nhwindowsFunction · 0.70
mswin_player_selectionFunction · 0.70
mswin_asknameFunction · 0.70
mswin_get_nh_eventFunction · 0.70
mswin_exit_nhwindowsFunction · 0.70
mswin_suspend_nhwindowsFunction · 0.70
mswin_resume_nhwindowsFunction · 0.70
mswin_create_nhwindowFunction · 0.70
mswin_clear_nhwindowFunction · 0.70
mswin_display_nhwindowFunction · 0.70
mswin_destroy_nhwindowFunction · 0.70

Calls 2

vfprintfFunction · 0.85
fflushFunction · 0.85

Tested by

no test coverage detected