Zero-index the lookup tables and the code that references them.

This commit is contained in:
Jason S. Ninneman 2017-06-10 15:34:21 -07:00
parent e7906b4ca3
commit a4da53086b
4 changed files with 47 additions and 47 deletions

View file

@ -4,5 +4,5 @@
#define NOBJECTS 100
#define HNTSIZ 20
extern const char advent_to_ascii[129];
extern const char ascii_to_advent[129];
extern const char advent_to_ascii[128];
extern const char ascii_to_advent[128];