MCPcopy 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
500char *
501get_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

getversionstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected