The following example for a UNIX client system runs an OUTMOD routine that has been compiled and linked as feomod.so:
.EXPORT OUTMOD ./feomod.so;
The following example for a Windows client system runs the same OUTMOD routine that has been compiled and linked as feomod.dll:
.EXPORT OUTMOD .\feomod.dll;