Pristine Ack-5.5
[Ack-5.5.git] / h / pc_err.h
1 /* $Id: pc_err.h,v 1.5 1994/06/24 10:08:42 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 #define EARGC   64
7 #define EEXP    65
8 #define ELOG    66
9 #define ESQT    67
10 #define EASS    68
11 #define EPACK   69
12 #define EUNPACK 70
13 #define EMOD    71
14 #define EBADF   72
15 #define EFREE   73
16 #define EFUNASS 74
17 #define EWIDTH  75
18
19 #define EWRITEF 96
20 #define EREADF  97
21 #define EEOF    98
22 #define EFTRUNC 99
23 #define ERESET  100
24 #define EREWR   101
25 #define ECLOSE  102
26 #define EREAD   103
27 #define EWRITE  104
28 #define EDIGIT  105
29 #define EASCII  106