# define INJECTIMS 0xb #define C_VERSION 12 #define C_BIOS 50 if (cpm (C_VERSION) >= CPMPLUS) { char buf [SUBSIZE]; struct bios b; *buf = lenstr (a) + lenstr (RUNPILOT); memlayin (a, buf+1); b.func = 0; b.a = INJECTIMS; b.de = buf; cpm (C_BIOS, &b); return YES; }