Report as an exit function.

This commit is contained in:
Hisham Muhammad 2014-04-24 12:20:03 -03:00
parent 6fbc5a31da
commit 6795d8b692
1 changed files with 2 additions and 0 deletions

2
CRT.h
View File

@ -98,6 +98,8 @@ typedef enum ColorElements_ {
LAST_COLORELEMENT
} ColorElements;
void CRT_fatalError(const char* note) __attribute__ ((noreturn));
// TODO: centralize these in Settings.