home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2000 IBK-Landquart-Switzerland. All rights reserved.
- ;
- ; Module : KcTstLib.def
- ; Application : CSS Sample Library
- ; Purpose : Import library definitions
- ; Author : Peter Koch, IBK
- ;
- ; Date Description Who
- ; -----------------------------------------------------------------------------
- ; Feb 2000 First release P.Koch, IBK
-
- LIBRARY KCTSTLIB INITINSTANCE TERMINSTANCE
-
- DESCRIPTION 'CSS Sample Library'
-
- PROTMODE
-
- DATA MULTIPLE READWRITE LOADONCALL
-
- CODE LOADONCALL
-
- EXPORTS
- initialize__FP4KCss @1
- cleanup__FP4KCss @2
-
-