12 lines
164 B
C
12 lines
164 B
C
//
|
|
// maketbl.h
|
|
//
|
|
BOOL makeTable(
|
|
int num_elements,
|
|
int table_bits,
|
|
const byte *code_length,
|
|
short * table,
|
|
short * left,
|
|
short * right
|
|
);
|