1. NAME

panic - halt the system

2. SYNOPSIS

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

3. ARGUMENTS

fmt
    The text string to print

...
    variable arguments

4. DESCRIPTION

Display a message, then perform cleanups.

This function never returns.

5. COPYRIGHT