mirror of
https://codeberg.org/scip/diceware.git
synced 2025-12-16 18:30:58 +01:00
added debug output, fixed error handling
This commit is contained in:
@@ -32,12 +32,16 @@
|
||||
|
||||
#include "dictfile.h"
|
||||
#include "tossing.h"
|
||||
#include "debug.h"
|
||||
|
||||
#define STRINGIZE(x) #x
|
||||
#define STRINGIZE_VALUE_OF(x) STRINGIZE(x)
|
||||
|
||||
#define DICTFILE "/usr/share/dict/american-english"
|
||||
#define VERSION "1.0"
|
||||
#define RLEN 1024
|
||||
|
||||
int humantoss;
|
||||
int verbose;
|
||||
int WMIN;
|
||||
int WMAX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user