From 6795d8b6924635b45acd182e708fa35fd0a4d041 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 24 Apr 2014 12:20:03 -0300 Subject: [PATCH] Report as an exit function. --- CRT.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRT.h b/CRT.h index 00141b55..6f38bd3c 100644 --- a/CRT.h +++ b/CRT.h @@ -98,6 +98,8 @@ typedef enum ColorElements_ { LAST_COLORELEMENT } ColorElements; +void CRT_fatalError(const char* note) __attribute__ ((noreturn)); + // TODO: centralize these in Settings.