*** empty log message ***
[libfirm] / ir / common / panic.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 * All rights reserved.
3 *
4 * Authors: Martin Trapp, Christian Schaefer
5 *
6 */
7
8 /* $Id$ */
9
10 # ifndef _PANIC_H_
11 # define _PANIC_H_
12
13 void panic (const char *fmt, ...);
14
15 # endif /*_PANIC_H_ */