 ***********************************************
 (C) Copyright 1992-1993; dit/upm
   Distributed under the conditions stated in the
   EPS General Public License (see file LICENSE)
 ***********************************************
 $Log: README,v $
  Revision 1.4  1993/01/12  16:35:20  eps
  portability issues

  Revision 1.3  1992/01/14  15:43:42  eps
  distribution issues

  Revision 1.2  90/01/29  14:52:28  eps
  fixing license details
  
  Revision 1.1  90/01/25  18:01:45  eps
  Initial revision
 
 ***********************************************
 $Id: README,v 1.4 1993/01/12 16:35:20 eps Exp $

NOTE
  Colours are user defined.
  Usually, a pointer to a user data structure is fine,
  but for very simple colours as chars, ints, etc.
  Therefore we'll allocate enough space for the biggest possibility
  but notice that it is MACHINE DEPENDENT !!

  Use program "sizes" (in this directory) at your site!
  Here are some data known so far
	        Sun-3  Sun-4
		68020  SPARC
	------------------------------------------------------------
	char        1      1
	short       2      2
	int         4      4
	long        4      4
	unsigned    4      4
	float       4      4
	double      8      8
	void*       4      4
	------------------------------------------------------------

Check the definition at ./cast.desc
to fit your requirements.
Currently, you'll find at the very beginning ...

# define CLR_TYPE void*

