@@@ misc wip
[mLib] / ui / report.h
index 4266cc2..1936877 100644 (file)
@@ -50,8 +50,7 @@
  * Use:                Reports an error.
  */
 
-extern void PRINTF_LIKE(1, 2)
-  moan(const char *f, ...);
+extern PRINTF_LIKE(1, 2) void moan(const char *f, ...);
 
 /* --- @die@ --- *
  *
@@ -65,8 +64,7 @@ extern void PRINTF_LIKE(1, 2)
  *             permanent.
  */
 
-extern void PRINTF_LIKE(2, 3) NORETURN
-  die(int status, const char *f, ...);
+extern PRINTF_LIKE(2, 3) NORETURN void die(int status, const char *f, ...);
 
 /*----- That's all, folks -------------------------------------------------*/