Name

panic — halt the system

Synopsis

void panic (const char * fmt,
  ...);
 

Arguments

fmt

The text string to print

...

variable arguments

Description

Display a message, then perform cleanups.

This function never returns.