1 /************** Machine (and compiler) dependent definitions. **************
2  *
3  *	This is for Amdahl.
4  *	From: neulynne@uts.uni-c.dk (Mogens Lynnerup)
5  */
6 
7 
8 /*      MACHINE TYPE	DEFINED TYPE		VALUE RANGE	*/
9 
10 typedef unsigned char	int8;		/*        0 ..     255 */
11 typedef short		int16;		/*  -10,000 ..  10,000 */
12 typedef long		int32;		/* -100,000 .. 100,000 */
13 typedef unsigned long	uint32;		/* 	  0 ..  2^31-1 */
14