mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
393 B
15 lines
393 B
/* This file includes the prototypes for the arrays declared in the
|
|
automatically-generated file tables.c */
|
|
|
|
extern int base_check[];
|
|
extern int base_check_inv[];
|
|
extern int offset0[];
|
|
extern int offset1[];
|
|
extern int offset_delta_inv[];
|
|
extern int lfsr[];
|
|
extern int lfsr_inv[];
|
|
extern int hcheck[];
|
|
|
|
extern struct offsets_corr2_t {
|
|
int offset0[2], offset1[2];
|
|
} offsets_corr2[26][26];
|