27 lines
		
	
	
	
		
			550 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			550 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Header$ */
 | 
						|
/*
 | 
						|
 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | 
						|
 * See the copyright notice in the ACK home directory, in the file "Copyright".
 | 
						|
 */
 | 
						|
#define	EARGC	64
 | 
						|
#define	EEXP	65
 | 
						|
#define	ELOG	66
 | 
						|
#define	ESQT	67
 | 
						|
#define	EASS	68
 | 
						|
#define	EPACK	69
 | 
						|
#define	EUNPACK	70
 | 
						|
#define	EMOD	71
 | 
						|
#define	EBADF	72
 | 
						|
#define	EFREE	73
 | 
						|
 | 
						|
#define	EWRITEF	96
 | 
						|
#define	EREADF	97
 | 
						|
#define	EEOF	98
 | 
						|
#define	EFTRUNC	99
 | 
						|
#define	ERESET	100
 | 
						|
#define	EREWR	101
 | 
						|
#define	ECLOSE	102
 | 
						|
#define	EREAD	103
 | 
						|
#define	EWRITE	104
 | 
						|
#define	EDIGIT	105
 | 
						|
#define	EASCII	106
 |