Sample definitions file

The following file, xp_echo.def, must be in the same directory as xp_echo.mak. It lists every function to be used as an ESP function in the EXPORTS section.

LIBRARY   examples

CODE      PRELOAD MOVEABLE DISCARDABLE
DATA      PRELOAD SINGLE

EXPORTS
        xp_echo  .   1