20.6.4 Creating the Module-Definition File

To link the Select library, you must create a module-definition file containing the following:

LIBRARY Select

CODE MOVEABLE DISCARDABLE
DATA SINGLE

EXPORTS
    WEP                @1 RESIDENTNAME
    StartSelection     @2
    UpdateSelection    @3
    EndSelection       @4
    ClearSelection     @5

Because the selection functions do not use global or static variables and there is no local heap, the DATA statement is used to specify no data segment. The default heap size is zero.