C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

return 31;
}
Compiler and Linker Commands:
CCOMP / in NC, out NLST / NDLL; shared
== Compile NC with shared (as a DLL); linkfile is PIC
CCOMP / in MC, out MLST / MOBJ; call_shared
== Compile MC module with call_shared; linkfile is PIC
ELD / out LLST / mobj $SYSTEM.SYSTEM.CCPLMAIN &
-libvol $myvol.svol -lib NDLL &
-o MEXE
== Build MEXE, specifying CCPLMAIN (CRE component).
Working in the Guardian Environment 311