Magic-number elimination.
This commit is contained in:
parent
fd10d380df
commit
978168523a
7 changed files with 20 additions and 16 deletions
1
advent.h
1
advent.h
|
@ -2,6 +2,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#define LINESIZE 100
|
||||
#define NDWARVES 6
|
||||
|
||||
typedef struct lcg_state
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue