The following example for a UNIX client system runs an INMOD routine that has been compiled and linked as feimod.so:
.IMPORT INMOD ./feimod.so LAYOUT lay1;
The following example for a Windows client system runs the same INMOD routine that has been compiled and linked as feimod.dll:
.IMPORT INMOD ./feimod.dll LAYOUT lay1;