Magic-number elimination.

This commit is contained in:
Eric S. Raymond 2017-06-06 11:12:00 -04:00
parent fd10d380df
commit 978168523a
7 changed files with 20 additions and 16 deletions

View file

@ -2,6 +2,7 @@
#include <stdbool.h>
#define LINESIZE 100
#define NDWARVES 6
typedef struct lcg_state
{