home *** CD-ROM | disk | FTP | other *** search
- ;******* TEMPLATE C Sample Program Module Definition File (.DEF) ********
- ;
- ; The module definition file supplies extra information about the program
- ; module to the LINKER.
- ; Copyright 1991 IBM Corporation
- ;
- NAME feed
-
- DESCRIPTION 'Simple Feed Example'
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- HEAPSIZE 65536
- STACKSIZE 65536
-
- IMPORTS
- MESAFEED.setRTFValue
-