Halt the system
void panic(const char * fmt, ...);
fmt
The text string to print
...
variable arguments
Display a message, then perform cleanups.
This function never returns.