MCPcopy Create free account
hub / github.com/NetHack/NetHack / crashreport_bidshow

Function crashreport_bidshow

src/report.c:188–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186#undef HASH_BINFILE
187
188void
189crashreport_bidshow(void)
190{
191# if defined(WIN32) && !defined(WIN32CON)
192 if (0 == win32_cr_helper('D', ctxp, bid, 0))
193# endif
194 {
195 raw_print(bid);
196# ifdef WIN32notyet
197 wait_synch();
198# endif
199 }
200}
201
202/* Build a URL with a query string and try to launch a new browser window
203 * to report from panic() or impossible(). Requires libc support for

Callers 1

argcheckFunction · 0.85

Calls 3

win32_cr_helperFunction · 0.85
raw_printFunction · 0.85
wait_synchFunction · 0.85

Tested by

no test coverage detected