home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 2000 IBK-Landquart-Switzerland. All rights reserved.
- *
- * Module : KcTstLib.hss
- * Application : CSS Sample Library: Header for runtime loading
- * Author : Peter Koch, IBK
- *
- * Date Description Who
- * --------------------------------------------------------------------------
- * Feb 2000 First release P.Koch, IBK
- */
-
- extern const tstVersion; // library version
-
- var average( // calculate average
- const p1, // p1 mandatory
- const p2, // p2 mandatory
- [const p3, // p3 optional
- const p4, // p4 optional
- const p5] // p5 optional
- );
-