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:
@@ -29,14 +29,15 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#define RLEN 1024
|
||||
|
||||
extern int humantoss;
|
||||
extern int WMIN;
|
||||
extern int WMAX;
|
||||
|
||||
unsigned char *toss(int count);
|
||||
unsigned char *toss(int count, int dicenum);
|
||||
int rand_lim(int limit);
|
||||
int get_dicenum(int *digits);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user