Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ get_port_id
Function
get_port_id
sys/windows/windsys.c:500–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
#endif
499
500
char *
501
get_port_id(char *buf)
502
{
503
Strcpy(buf, TARGET_PORT);
504
return buf;
505
}
506
#endif /* RUNTIME_PORT_ID */
507
508
#ifdef MSWIN_GRAPHICS
Callers
1
getversionstring
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected