/* $RCSfile: externals.c,v $  $Revision: 2.0 $ */

#define extern
#define EXTERN_H
#include "externals.h"

char	primary[] = "primary";
char	secondary[] = "secondary"; 
char	bad_esc[] = "WARNING!!!  Improper/unknown escape sequence.\n";
char	questions[] = "???\n";
char	out_of_range[] = "WARNING!!!  %d is out of range.\n";
char *err_msg[]=
{
"Everything ok.\n",
"\nCommand format:  pcl2english [options] infile [outfile]\n\n\
   Translate PCL escape sequences to English.\n\n\
   options:\n\
   -e  print escape sequences only\n\
   -v  print version number\n\
   -x  print hexadecimal equivalent\n\n",
"Input file does not exist\n\n",
"Unable to open output file\n\n"
};
