Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
long getpid(void);
13
long
14
getpid(){
15
return 0;
16
}
17
#endif
18
19
FILE *wc_tracelogf;
Callers
1
trace_procs_init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected