exception.h


/*
	$RCSfile: exception.h $
	$Revision: 1.1 $
	$Author: doomer $
	$Date: 1997/05/20 10:44:20 $
	Copyright (c) 1997 John Dumais
*/

#if !defined(_exceptionHeaderIncluded_)
#define _exceptionHeaderIncluded_

#include <windows.h>
#include <float.h>

double functionBlowsUp(double divisor);
int evaluateException(DWORD exceptionCode);

#endif

/*
	$Log: exception.h $
	Revision 1.1  1997/05/20 10:44:20  doomer
	Initial revision
*/