home *** CD-ROM | disk | FTP | other *** search
- #ifndef HELP_H
- #define HELP_H
-
- /****************************************************************
- * *
- * Filename : Help.h *
- * *
- ****************************************************************
- * *
- * Comment : Includedatei für die Helpfunktion. *
- * *
- * Rev : V1.0 *
- * *
- * History : V1.0 erstellen dieses Files 01.09.89 *
- * *
- * Doc : *
- * *
- * Bugs : keine bekannten *
- * *
- * Autor : Oesch Silvano *
- * *
- * Datum : 01.09.89 *
- * *
- ****************************************************************/
-
-
- #define SOT 27
- #define TEXTSIZE 10
- #define LINESIZE 76
- #define MAXLINE 1500
-
- static char helpname[]="Fplot.Hlp";
-
- #endif HELP_H
-