home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / plotlib.lha / Plot_1.lzh / Demo / Help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-04  |  1.1 KB  |  35 lines

  1. #ifndef HELP_H
  2. #define HELP_H
  3.  
  4. /****************************************************************
  5.  *                                                                                                                            *
  6.  * Filename : Help.h                                                                                        *
  7.  *                                                                                                                            *
  8.  ****************************************************************
  9.  *                                                                                                                            *
  10.  *    Comment : Includedatei für die Helpfunktion.                                *
  11.  *                                                                                                                            *
  12.  *            Rev : V1.0                                                                                            *
  13.  *                                                                                                                            *
  14.  *    History : V1.0 erstellen dieses Files                        01.09.89        *
  15.  *                                                                                                                            *
  16.  *            Doc :                                                                                                        *
  17.  *                                                                                                                            *
  18.  *         Bugs : keine bekannten                                                                        *
  19.  *                                                                                                                            *
  20.  *        Autor : Oesch Silvano                                                                            *
  21.  *                                                                                                                            *
  22.  *        Datum : 01.09.89                                                                                    *
  23.  *                                                                                                                            *
  24.  ****************************************************************/
  25.  
  26.  
  27. #define SOT 27
  28. #define TEXTSIZE 10
  29. #define LINESIZE 76
  30. #define MAXLINE 1500
  31.  
  32. static char helpname[]="Fplot.Hlp";
  33.  
  34. #endif HELP_H
  35.