| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected