home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / par150o2.zip / errmsg.c < prev    next >
C/C++ Source or Header  |  1996-01-21  |  400b  |  19 lines

  1. /*********************/
  2. /* errmsg.c          */
  3. /* for Par 1.50      */
  4. /* Copyright 1996 by */
  5. /* Adam M. Costello  */
  6. /*********************/
  7.  
  8. /* This is ANSI C code. */
  9.  
  10.  
  11. #include "errmsg.h"  /* Makes sure we're consistent with the declarations. */
  12.  
  13.  
  14. const char * const outofmem =
  15.   "Out of memory.\n";
  16.  
  17. const char * const impossibility =
  18.   "Impossibility #%d has occurred.  Please report it.\n";
  19.