File: errmsg.c

package info (click to toggle)
par 1.52-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 236 kB
  • ctags: 116
  • sloc: ansic: 1,483; makefile: 64
file content (18 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*********************/
/* errmsg.c          */
/* for Par 1.52      */
/* Copyright 2001 by */
/* Adam M. Costello  */
/*********************/

/* This is ANSI C code (C89). */


#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";