#if !defined(ExceptionsH)
# define ExceptionsH
/*
Title : Exceptions
Author : Gaius Mulley
System : RTS (gm2)
Date : Thu Aug 11 08:19:21 1994
Last edit : Thu Aug 11 08:19:21 1994
Description: provides a simple? set of 386/486 exception handlers.
*/
/*
Init - install a set of 386/486 exception handlers.
*/
extern void Exceptions_Init (void);
#endif