mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-17 02:40:57 +01:00
added debug output, fixed error handling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user