2025-04-27 07:49:33 -04:00

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
);