[go: up one dir, main page]

Menu

[897c37]: / lpvm / fatal.h  Maximize  Restore  History

Download this file

33 lines (23 with data), 488 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
** $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