/*ImgLib Error routines
*ImgLibError.c
*	Please note last saved date below:
*	$Date: 2002/09/04 12:13:56 $

* A set of primitives for use in image processing. * c 1996-2002 Mark S. Cohen * This software is distributed as is with no guarantees. * Please report any errors or bug fixes to mscohen@ucla.edu * * For academic use only. Commercial users should contact * Mark Cohen for licensing information. * *********************************************************************** prints a formatted error message to stdout void ILError( short theError, -- error code from calling routine char *errText ) -- desired message text */