/*
** $Id: fatal.h,v 1.2 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/fatal.h,v $
** $Revision: 1.2 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Author: Mike McGaughey, Geoff Wong, 1993-1998.
** geoff.wong@gmail.com
** mmcgus@yahoo.com
**
** See the file "Copying" distributed with this file.
*/
/*
** Error handling stuff
*/
#ifndef _FATAL_H
#define _FATAL_H
#include <stdio.h>
#include <stdarg.h>
void fatal(const char *fmt,...);
#endif