home *** CD-ROM | disk | FTP | other *** search
- Program Test;
- { This is a simple test program that links in the unit listed }
- { above. Its sole purpose in life is to link in the }
- { signature unit. }
-
- {$O+,F+}
-
- Uses
- Overlay, List815;
-
- {$O List815} { Overlay the unit named }
-
- Begin
- Ovrinit( 'List8-16.OVR' ); { Initialize Overlay Manager }
- One; { Call the interfaced procedure }
- End.
-