Closed tkchia closed 2 years ago
While intrf() is mentioned in the documentation, I get missing prototype warnings under OpenWatcom 1.9. Searching the headers, prototype for intrf() indeed seems not to exist. This is also true for OpenWatcom v2. The function itself exists (otherwise it would not link).
Update: under recent OpenWatcom v2 I found it. But for 1.9 it is definitely missing.
See https://github.com/FDOS/freecom/pull/80#issuecomment-1232741956 .