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

Function getpid

win/chain/wc_trace.c:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#ifdef WIN32
12long getpid(void);
13long
14getpid(){
15 return 0;
16}
17#endif
18
19FILE *wc_tracelogf;

Callers 1

trace_procs_initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected