16 lines
345 B
C
16 lines
345 B
C
|
/* WIDE AREA INFORMATION SERVER SOFTWARE:
|
||
|
Developed by Thinking Machines Corporation and put into the public
|
||
|
domain with no guarantees or restrictions.
|
||
|
*/
|
||
|
|
||
|
/*---------------------------------------------------------------------------*/
|
||
|
|
||
|
#ifndef panic_h
|
||
|
#define panic_h
|
||
|
|
||
|
#include "cdialect.h"
|
||
|
|
||
|
void panic(char* formatString,...);
|
||
|
|
||
|
#endif
|