home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / ev_201.zip / PRJMSGS.H < prev    next >
C/C++ Source or Header  |  1993-07-03  |  652b  |  25 lines

  1. #if !defined (PRJMSGS)            /* Prevents multiple declarations errors */
  2. #define PRJMSGS
  3.  
  4.  
  5. /*
  6.    Module        : PRJMSGS.H
  7.    Version       : 2.0
  8.    Revision date : July 3rd, 1993
  9.    Author(s)     : Remy Gendron
  10.  
  11.    Description   : Global definitions of project's output messages.
  12.                    Suggestion:
  13.                       Begin all message variables by 'msg_'.
  14. */
  15.  
  16.  
  17. /* Extern declarations  -------------------------------------------------- */
  18.  
  19. extern char huge *msg_name ;                        /* Message declaration */
  20.  
  21.  
  22. /* End Header File ------------------------------------------------------- */
  23.  
  24. #endif
  25.