Open SheldonHH opened 11 months ago
for original bzip2 decompress.c it contains BZ2_decompress function which contains from case 10 to case 50, and how do you rewrite these switch-cases in this project?
BZ2_decompress
for original bzip2 decompress.c it contains
BZ2_decompress
function which contains from case 10 to case 50, and how do you rewrite these switch-cases in this project?