Leaked source code of windows server 2003
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.

11 lines
164 B

  1. //
  2. // maketbl.h
  3. //
  4. BOOL makeTable(
  5. int num_elements,
  6. int table_bits,
  7. const byte *code_length,
  8. short * table,
  9. short * left,
  10. short * right
  11. );