28 static char rcs_id[] =
"$Header: /l/spencer/src/urt/lib/RCS/rle_error.c,v 3.0.1.1 1992/03/04 19:33:27 spencer Exp $";
50 fprintf( stderr,
"%s: memory allocation failed.\n", pgm );
52 fprintf( stderr,
"%s: memory allocation failed (no space for %s).\n",
81 if (! fname || strcmp( fname,
"-" ) == 0 )
82 fname =
"Standard Input";
90 fprintf( stderr,
"%s: %s is not an RLE file\n",
96 "%s: Malloc failed reading header of file %s\n",
101 fprintf( stderr,
"%s: %s is an empty file\n",
107 "%s: RLE header of %s is incomplete (premature EOF)\n",
112 fprintf( stderr,
"%s: Error encountered reading header of %s\n",
int rle_get_error(int code, const char *pgmname, const char *fname)
int rle_alloc_error(char *pgm, char *name) const