removed warning
[libfirm] / ir / common / panic.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/common/panic.h
4  * Purpose:
5  * Author:      Martin Trapp, Christian Schaefer
6  * Modified by:
7  * Created:
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 1998-2003 Universität Karlsruhe
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13 /**
14  * @file panic.h
15  *
16  * @author Martin Trapp, Christian Schaefer
17  */
18
19
20 # ifndef _PANIC_H_
21 # define _PANIC_H_
22
23 /**
24  * Prints a panic message to stderr and exits.
25  */
26 void panic (const char *fmt, ...);
27
28 # endif /*_PANIC_H_ */