Report this as an exit function.

This commit is contained in:
Hisham Muhammad 2014-04-24 12:17:11 -03:00
parent 446d86c7a2
commit 6fbc5a31da
1 changed files with 2 additions and 0 deletions

2
CRT.c
View File

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