MCPcopy 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

31extern void logDebug(const char *fmt, ...);
32#else
33void
34logDebug(const char *fmt, ...)
35{
36}
37#endif
38
39static void mswin_main_loop();

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
fcloseFunction · 0.85

Tested by

no test coverage detected