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

Class ExecBase

sys/amiga/amidos.c:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 int i = 0;
93 char buf[BUFSZ];
94 extern struct ExecBase *SysBase;
95
96 /* Only under 2.0 and later ROMs do we have System() */
97 if (SysBase->LibNode.lib_Version >= 37 && !amibbs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected