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