added debug output, fixed error handling

This commit is contained in:
TLINDEN
2015-08-02 15:22:12 +02:00
parent 4db1d83456
commit 60bedf0c59
6 changed files with 69 additions and 35 deletions

View File

@@ -30,11 +30,13 @@
#include <ctype.h>
#include "tossing.h"
#include "debug.h"
extern int WMIN;
extern int WMAX;
int *incr_dicedigit(int *digits);
int get_dicenum(int *digits);
char **fetch_dict(char *dictfile);
#endif