converted comments to doxygen
[libfirm] / ir / common / panic.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 * All rights reserved.
3 */
4
5 /**
6  * @file panic.h
7  *
8  * @author Martin Trapp, Christian Schaefer
9  */
10
11 /* $Id$ */
12
13 # ifndef _PANIC_H_
14 # define _PANIC_H_
15
16 /**
17  * Prints a panic message to stderr and exits.
18  */
19 void panic (const char *fmt, ...);
20
21 # endif /*_PANIC_H_ */