Merge patch by muszo

This commit is contained in:
Arnout Engelen
2013-05-12 12:13:55 +00:00
parent 0ac3e624fc
commit 7305a07579
6 changed files with 72 additions and 25 deletions

View File

@@ -63,6 +63,13 @@
#define PROGNAME_WIDTH 512
// viewMode: how to represent numbers
#define VIEWMODE_KBPS 0
#define VIEWMODE_TOTAL_KB 1
#define VIEWMODE_TOTAL_B 2
#define VIEWMODE_TOTAL_MB 3
#define VIEWMODE_COUNT 4
#define NORETURN __attribute__ ((__noreturn__))
void forceExit(bool success, const char *msg, ...) NORETURN;