home *** CD-ROM | disk | FTP | other *** search
- #ifndef OPCLL2_H
- #define OPCLL2_H
-
- /****************************************************************
- * *
- * Filename : OpClL2.h *
- * *
- *****************************************************************
- * *
- * Comment : Includedatei für Plotlibrary Level 2 *
- * Alle Funktionen für das öffnen und schliessen der *
- * Library sind hier aufgeführt. *
- * *
- * Rev : V1.0 *
- * *
- * History : V1.0 erstellen dieses Files 15/11/89 *
- * *
- * Doc : Plotlibrary User's Guide *
- * *
- * Bugs : keine bekannten *
- * *
- * Autor : Oesch Silvano *
- * *
- * Datum : 15/11/89 *
- * *
- ****************************************************************/
-
- /****************************************************************
- * *
- * Definition der Funktionsparameter *
- * *
- ****************************************************************/
-
- #ifdef PROTOTYPEN
-
- int createplot(void);
- void initplot(void);
- void datainit(void);
- void closeplot(void);
-
- #else
-
- int createplot();
- void initplot();
- void datainit();
- void closeplot();
-
- #endif
-
- #endif
-