-
-/*
- * error.c -- main error handling routines
+/* error.c -- main error handling routines
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* straightforward, e.g. longjmp(3), but it must not return to adios().
* If it does then it's a bug and adios() will abort(3) as callers do
* not expect execution to continue. */
-void
+void NORETURN
adios (const char *what, const char *fmt, ...)
{
va_list ap;