File: errmsg.c

package info (click to toggle)
par 1.50-4
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 232 kB
  • ctags: 125
  • sloc: ansic: 1,468; makefile: 58
file content (18 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*********************/
/* errmsg.c          */
/* for Par 1.50      */
/* Copyright 1996 by */
/* Adam M. Costello  */
/*********************/

/* This is ANSI C code. */


#include "errmsg.h"  /* Makes sure we're consistent with the declarations. */


const char * const outofmem =
  "Out of memory.\n";

const char * const impossibility =
  "Impossibility #%d has occurred.  Please report it.\n";